pike.git/
src/
program.h
Branch:
Tag:
Non-build tags
All tags
No tags
2017-02-01
2017-02-01 16:13:35 by Henrik Grubbström (Grubba) <grubba@grubba.org>
1ae5551d172a1c1001c9265a1f24beb96c9660d8 (
2
lines) (+
2
/-
0
)
[
Show
|
Annotate
]
Branch:
8.1
Compiler: Added internal function find_predef_identifier().
810:
void unuse_modules(INT32 howmany); node *find_module_identifier(struct pike_string *ident, int see_inherit);
+
node *find_predef_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,