pike.git/
src/
program.h
Branch:
Tag:
Non-build tags
All tags
No tags
2014-12-04
2014-12-04 19:23:13 by Arne Goedeke <el@laramies.com>
a54894d588b599cf95ded6a35568354eafa1beff (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
bill/master_archive_support
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) {