pike.git/
src/
language.yacc
Branch:
Tag:
Non-build tags
All tags
No tags
2019-08-16
2019-08-16 10:57:34 by Henrik Grubbström (Grubba) <grubba@grubba.org>
f2e54403b80fcf38a4a7e90ebb7b8e1e5a723e7c (
5
lines) (+
2
/-
3
)
[
Show
|
Annotate
]
Branch:
master
Compiler: Minor code clean up.
2012:
} if(!type) type = mixed_type_string; add_ref(type);
-
low_
add_local_name(
Pike_compiler->compiler_frame, /*->previous,*/
-
$1->u.sval.u.string,
-
type, $3);
+
add_local_name($1->u.sval.u.string, type, $3);
/* Note: Intentionally not marked as used. */ free_node($1); }