pike.git
/
src
/
modules
/
_Debug
/
debug.cmod
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/modules/_Debug/debug.cmod:189:
{ extern int yydebug; pop_n_elems(args); push_int(yydebug); yydebug = yyd; } #endif /* YYDEBUG */ #endif /* PIKE_DEBUG */
+
+
PIKE_MODULE_INIT
+
{
+
INIT;
+
#ifdef PIKE_DEBUG
+
ADD_INT_CONSTANT("HAVE_DEBUG", 1, 0);
+
#endif
+
}