pike.git/
src/
docode.c
Branch:
Tag:
Non-build tags
All tags
No tags
2018-12-29
2018-12-29 20:54:03 by William Welliver <william@welliver.org>
ce264de5735564de97ff4eccd2d15abea9b8b4bf (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
bill/debugger-concept
debugger: a little debug, and keeping the local names from being freed.
2719:
if(n->u.integer.a >= find_local_frame(n->u.integer.b)->max_number_of_locals) yyerror("Illegal to use local variable here.");
-
+
// printf("F_LOCAL: %s\n", n->name->str);
if(n->u.integer.b) { if(flags & WANT_LVALUE)