pike.git
/
src
/
global.h
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/global.h:533:
#define COMMA_DLOC #define DLOC_DECL #define COMMA_DLOC_DECL #define DLOC_ARGS __FILE__, __LINE__ #define DLOC_PF(PRE, SUF) #define DLOC_ARGS_OPT #define COMMA_DLOC_ARGS_OPT #endif /* !PIKE_DEBUG */
+
#include <assert.h>
+
#if defined (PIKE_DEBUG) || defined (DO_PIKE_CLEANUP) #define DO_IF_DEBUG_OR_CLEANUP(X) X #else #define DO_IF_DEBUG_OR_CLEANUP(X) #endif #ifdef INTERNAL_PROFILING #define DO_IF_INTERNAL_PROFILING(X) X #else #define DO_IF_INTERNAL_PROFILING(X)