pike.git
/
src
/
docode.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/docode.c:1:
/*\ ||| This file a part of Pike, and is copyright by Fredrik Hubinette ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /**/ #include "global.h"
-
RCSID("$Id: docode.c,v 1.
137
2001/12/
10
02
:
08
:
13
mast Exp $");
+
RCSID("$Id: docode.c,v 1.
138
2001/12/
16
22
:
48
:
07
mast Exp $");
#include "las.h" #include "program.h" #include "pike_types.h" #include "stralloc.h" #include "interpret.h" #include "constants.h" #include "array.h" #include "pike_macros.h" #include "pike_error.h" #include "pike_memory.h"
pike.git/src/docode.c:598:
return 2; } return 1; } } switch(n->token) { case F_MAGIC_INDEX: case F_MAGIC_SET_INDEX:
+
case F_MAGIC_INDICES:
+
case F_MAGIC_VALUES:
emit2(n->token, n->u.node.b->u.sval.u.integer, n->u.node.a->u.sval.u.integer); return 1; case F_EXTERNAL: { int level = 0; struct program_state *state = Pike_compiler; while (state && (state->new_program->id != n->u.integer.a)) {