pike.git/
src/
global.h
Branch:
Tag:
Non-build tags
All tags
No tags
2010-10-10
2010-10-10 21:56:09 by Martin Stjernholm <mast@lysator.liu.se>
807294294849e4589526619e98bcc150adc9ac66 (
3
lines) (+
3
/-
0
)
[
Show
|
Annotate
]
Branch:
7.9
Centralized assert.h include to make use of assertions more convenient.
540:
#endif /* !PIKE_DEBUG */
+
#include <assert.h>
+
#if defined (PIKE_DEBUG) || defined (DO_PIKE_CLEANUP) #define DO_IF_DEBUG_OR_CLEANUP(X) X #else