pike.git/
src/
language.yacc
Branch:
Tag:
Non-build tags
All tags
No tags
2017-11-26
2017-11-26 18:17:09 by Henrik Grubbström (Grubba) <grubba@grubba.org>
cb1f785b406cb9b736d5bf567a1eb4f2a047a91c (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
master
Compiler: resolv_type() no longer leaves stuff on the stack.
API cleanup.
1375:
if (Pike_compiler->last_identifier) { push_type_name(Pike_compiler->last_identifier); }
-
pop_stack();
+
free_node($1); } | typeof