pike.git/
src/
modules/
_Debug/
debug.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2015-03-15
2015-03-15 02:36:24 by Martin Nilsson <nilsson@opera.com>
19a3f35711a16e970b7c9a105a3000a1ede7a671 (
9
lines) (+
9
/-
0
)
[
Show
|
Annotate
]
Branch:
8.1
Readded HAVE_DEBUG.
196:
#endif /* YYDEBUG */ #endif /* PIKE_DEBUG */
+
+
PIKE_MODULE_INIT
+
{
+
INIT;
+
#ifdef PIKE_DEBUG
+
ADD_INT_CONSTANT("HAVE_DEBUG", 1, 0);
+
#endif
+
}