Skip to content
Snippets Groups Projects
Commit b7080760 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Improved support for tcc.

Rev: src/global.h:1.74
parent 9bede647
Branches
Tags
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
\*/ \*/
/* /*
* $Id: global.h,v 1.73 2002/09/13 15:35:48 mast Exp $ * $Id: global.h,v 1.74 2002/10/05 17:15:19 grubba Exp $
*/ */
#ifndef GLOBAL_H #ifndef GLOBAL_H
#define GLOBAL_H #define GLOBAL_H
...@@ -14,17 +14,6 @@ ...@@ -14,17 +14,6 @@
#define __NT__ #define __NT__
#endif #endif
/* 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
#ifdef _NO_LONGLONG
#undef _NO_LONGLONG
#endif /* _NO_LONGLONG */
#endif /* __TenDRA__ */
#ifndef _LARGEFILE_SOURCE #ifndef _LARGEFILE_SOURCE
# define _FILE_OFFSET_BITS 64 # define _FILE_OFFSET_BITS 64
# define _LARGEFILE_SOURCE # define _LARGEFILE_SOURCE
...@@ -46,16 +35,6 @@ ...@@ -46,16 +35,6 @@
#define __BUILTIN_VA_ARG_INCR 1 #define __BUILTIN_VA_ARG_INCR 1
#endif /* !__BUILTIN_VA_ARG_INCR */ #endif /* !__BUILTIN_VA_ARG_INCR */
/* Get more declarations in GNU libc. */
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
/* Get more declarations from AIX libc. */
#ifndef _ALL_SOURCE
#define _ALL_SOURCE
#endif
/* /*
* Some structure forward declarations are needed. * Some structure forward declarations are needed.
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment