pike.git
/
src
/
global.h
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/global.h:487:
#endif /* Conceptually a char is a 32 bit signed value. Implementationwise * that means that the shorter ones don't have space for the sign bit. */ typedef unsigned char p_wchar0; typedef unsigned INT16 p_wchar1; typedef signed INT32 p_wchar2; typedef struct p_wchar_p {
-
p_wchar0
*ptr;
+
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