pike.git/
src/
las.c
Branch:
Tag:
Non-build tags
All tags
No tags
2000-08-27
2000-08-27 19:59:41 by Henrik Grubbström (Grubba) <grubba@grubba.org>
e3131fc3ce934b346546a17d02827c2220a03095 (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Oops, fixed major bug in copy_vars().
Rev: src/las.c:1.197
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: las.c,v 1.
196
2000/08/27 19:
10
:
24
grubba Exp $");
+
RCSID("$Id: las.c,v 1.
197
2000/08/27 19:
59
:
41
grubba Exp $");
#include "language.h" #include "interpret.h"
1998:
return NULL; /* Make sure that the optimizer knows we exit here. */ } MEMCPY(*dst, src, sizeof(struct scope_info));
+
src = src->next;
dst = &((*dst)->next); *dst = NULL; }
2024:
return NULL; /* Make sure that the optimizer knows we exit here. */ } MEMCPY(*dst, src, sizeof(struct scope_info));
+
src = src->next;
dst = &((*dst)->next); *dst = NULL; }