pike.git/
src/
global.h
Branch:
Tag:
Non-build tags
All tags
No tags
2000-01-10
2000-01-10 00:52:11 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
2b0d732208a804703c035c2f70d4a5e8b8692c56 (
9
lines) (+
8
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
new define LONGEST, the longest integer available on the system
Rev: src/global.h:1.42
5:
\*/ /*
-
* $Id: global.h,v 1.
41
2000/01/10 00:
48
:
45
hubbe Exp $
+
* $Id: global.h,v 1.
42
2000/01/10 00:
52
:
11
hubbe Exp $
*/ #ifndef GLOBAL_H #define GLOBAL_H
192:
#define INT16 short #define INT8 char
+
#ifdef INT64
+
#define LONGEST INT64
+
#else
+
#define LONGEST INT32
+
#endif
+
#define SIZE_T unsigned INT32 #define TYPE_T unsigned INT8