pike.git/
src/
global.h
Branch:
Tag:
Non-build tags
All tags
No tags
1999-04-25
1999-04-25 20:17:40 by Henrik Grubbström (Grubba) <grubba@grubba.org>
6e04e6edf92e9ed2277d7e4ab102e3411fedab71 (
14
lines) (+
13
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
long long support for tcc.
Rev: src/global.h:1.30
5:
\*/ /*
-
* $Id: global.h,v 1.
29
1999/04/
07
23
:
10
:
05
hubbe
Exp $
+
* $Id: global.h,v 1.
30
1999/04/
25
20
:
17
:
40
grubba
Exp $
*/ #ifndef GLOBAL_H #define GLOBAL_H
-
+
/* The worlds most stringent C compiler? */
+
#ifdef __TenDRA__
+
/* 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 /* __TenDRA__ */
+
#ifndef _LARGEFILE_SOURCE # define _FILE_OFFSET_BITS 64 # define _LARGEFILE_SOURCE