pike.git
/
src
/
global.h
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/global.h:481:
typedef unsigned char p_wchar0; typedef unsigned INT16 p_wchar1; typedef signed INT32 p_wchar2; typedef struct p_wchar_p { p_wchar0 *ptr; int shift; } PCHARP;
-
#ifndef CONFIGURE_TEST
-
#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
-
#define RCSID(X) \
-
static const char rcsid[] __attribute__ ((unused)) =X
-
#elif __GNUC__ == 2
-
#define RCSID(X) \
-
static const char rcsid[] = X; \
-
static const void
*
use_rcsid=(&use_rcsid,
(void
*)&rcsid)
-
#else
-
#define
RCSID(X)
\
-
static const char rcsid[] = X
-
#endif
-
#else
+
/*
Pointless
in
git.
*
/
#define RCSID(X)
-
#endif
+
#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. */