pike.git/
src/
global.h
Branch:
Tag:
Non-build tags
All tags
No tags
2016-08-20
2016-08-20 11:08:25 by Martin Nilsson <nilsson@fastmail.com>
9c017b7253c3ddc43f2ad3f62683fb4a6bb7110e (
9
lines) (+
8
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
Type PCHARP a little harder.
500:
typedef unsigned INT16 p_wchar1; typedef signed INT32 p_wchar2;
+
enum size_shift {
+
eightbit=0,
+
sixteenbit=1,
+
thirtytwobit=2,
+
};
+
typedef struct p_wchar_p { void *ptr;
-
int
shift;
+
enum
size_
shift
shift
;
} PCHARP; #define WERR(...) fprintf(stderr,__VA_ARGS__)