pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
1995-10-30
1995-10-30 00:00:37 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
8cc7a6180df628bad913567b4bcefb8667e06847 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
branches/E-12
fixed bugs
Rev: src/interpret.c:1.2
Rev: src/language.y:1.3
Rev: src/program.c:1.3
119:
local_variables=ALLOC_STRUCT(locals); local_variables->next=0; local_variables->current_number_of_locals=0;
+
local_variables->max_number_of_locals=0;
local_variables->current_type=0; local_variables->current_return_type=0; }
534:
}
-
+
int low_reference_inherited_identifier(int e,struct lpc_string *name) { struct reference funp;