pike.git/
src/
program.h
Branch:
Tag:
Non-build tags
All tags
No tags
2013-02-25
2013-02-25 13:11:43 by Arne Goedeke <el@laramies.com>
aa042227434fdd653ac67cdc7d5d88660818d40b (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
PMOD_EXPORT some more symbols, which are being used by dynamic modules
in case of PIKE_DEBUG
651:
#endif };
-
void dump_program_tables (const struct program *p, int indent);
+
PMOD_EXPORT
void dump_program_tables (const struct program *p, int indent);
#ifdef PIKE_DEBUG static INLINE int CHECK_IDREF_RANGE (int x, const struct program *p) {