pike.git/
src/
interpreter.h
Branch:
Tag:
Non-build tags
All tags
No tags
1999-03-17
1999-03-17 21:51:32 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
f41da6416d9468cf121db0ddafb6f2f17a10deb7 (
5
lines) (+
5
/-
0
)
[
Show
|
Annotate
]
Branch:
7.9
more debug
Rev: src/interpret.c:1.117
Rev: src/interpreter.h:1.3
971:
/* More stack sabotage */ sp[-args-1].u.object=fp->current_object; sp[-args-1].subtype=GET_ARG()+fp->context.identifier_level;
+
#ifdef PIKE_DEBUG
+
if(t_flag > 9)
+
fprintf(stderr,"- IDENTIFIER_LEVEL: %d\n",fp->context.identifier_level);
+
#endif
sp[-args-1].type=T_FUNCTION; add_ref(fp->current_object);