pike.git/
src/
global.h
Branch:
Tag:
Non-build tags
All tags
No tags
2001-07-02
2001-07-02 16:25:29 by Martin Stjernholm <mast@lysator.liu.se>
35d00cba52690c5ea0d94e5231274bcbdced80f2 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed warning about too large constant(?).
Rev: src/global.h:1.63
5:
\*/ /*
-
* $Id: global.h,v 1.
62
2001/
06
/
10
00
:
22
:
47
grubba
Exp $
+
* $Id: global.h,v 1.
63
2001/
07
/
02
16
:
25
:
29
mast
Exp $
*/ #ifndef GLOBAL_H #define GLOBAL_H
203:
#endif #define MAX_INT32 2147483647
-
#define MIN_INT32
-
(
INT32
)
2147483648
+
#define MIN_INT32
(
-
2147483647-1
)
#define INT16 short #define INT8 char