pike.git/
src/
pike_compiler.h
Branch:
Tag:
Non-build tags
All tags
No tags
2011-11-20
2011-11-20 17:33:32 by Henrik Grubbström (Grubba) <grubba@grubba.org>
518b044c494df973d68cc75e5f3e9b160b456aae (
4
lines) (+
2
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Compiler: Moved the resolve_cache to the compiler context proper.
34:
int compilation_depth; /* Current class nesting depth. */ int saved_threads_disabled;
-
struct mapping *resolve_cache
_save
;
-
+
struct mapping *resolve_cache;
}; #ifdef PIKE_DEBUG