pike.git
/
src
/
global.h
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/global.h:478:
typedef unsigned char p_wchar0; typedef unsigned INT16 p_wchar1; typedef signed INT32 p_wchar2; typedef struct p_wchar_p { void *ptr; int shift; } PCHARP;
-
/* Pointless in git. */
-
#define RCSID(X)
-
+
#ifdef PIKE_DEBUG #define DO_IF_DEBUG(X) X #define DO_IF_DEBUG_ELSE(DEBUG, NO_DEBUG) DEBUG #undef NDEBUG /* Set of macros to simplify passing __FILE__ and __LINE__ to * functions only in debug mode. */ #define DLOC __FILE__, __LINE__