pike.git/
src/
global.h
Branch:
Tag:
Non-build tags
All tags
No tags
1999-04-25
1999-04-25 20:32:38 by Henrik Grubbström (Grubba) <grubba@grubba.org>
32ef4cb063728aadce321d37fcd5c4ff00335bcd (
9
lines) (+
3
/-
6
)
[
Show
|
Annotate
]
Branch:
7.9
Even more tcc stuff.
Rev: src/global.h:1.33
5:
\*/ /*
-
* $Id: global.h,v 1.
32
1999/04/25 20:
30
:
56
grubba Exp $
+
* $Id: global.h,v 1.
33
1999/04/25 20:
32
:
38
grubba Exp $
*/ #ifndef GLOBAL_H #define GLOBAL_H
15:
/* We want to be able to use 64bit arithmetic */ #pragma TenDRA longlong type allow #pragma TenDRA set longlong type : long long
-
/* Decrease the ANSI C stringency. */
-
#if __STDC__ - 0 != 0
-
#undef __STDC__
-
#define __STDC__ 0
-
#endif /* __STDC__ != 0 */
+
#ifdef _NO_LONGLONG #undef _NO_LONGLONG #endif /* _NO_LONGLONG */