pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2000-11-08
2000-11-08 22:21:32 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
120d84d972923dd0f8cbf9a11fc3f8cca88bb0bc (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
improved local variable checks
Rev: src/language.yacc:1.219
Rev: src/program.c:1.281
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: program.c,v 1.
280
2000/11/
02
14
:
43
:
18
grubba
Exp $");
+
RCSID("$Id: program.c,v 1.
281
2000/11/
08
22
:
21
:
32
hubbe
Exp $");
#include "program.h" #include "object.h" #include "dynamic_buffer.h"
3987:
f->current_number_of_locals=0; f->max_number_of_locals=0;
-
f->last_block_level=
0
;
+
f->last_block_level=
-1
;
f->current_function_number=-2; /* no function */ f->recur_label=-1;