pike.git/
src/
program.h
Branch:
Tag:
Non-build tags
All tags
No tags
2017-02-19
2017-02-19 20:07:29 by Henrik Grubbström (Grubba) <grubba@grubba.org>
4c5d260bb34b16db86cafd65337230812d9bb1a7 (
2
lines) (+
2
/-
0
)
[
Show
|
Annotate
]
Branch:
8.1
Compiler: Cleaned up resolve_identifier() somewhat.
Adds low_resolve_identifier().
758:
node *find_module_identifier(struct pike_string *ident, int see_inherit); node *find_predef_identifier(struct pike_string *ident);
+
int low_resolve_identifier(struct pike_string *ident);
node *resolve_identifier(struct pike_string *ident); PMOD_EXPORT struct program *resolve_program(struct pike_string *ident); node *find_inherited_identifier(struct program_state *inherit_state,