From b7080760e64cbdf3fea4e718efbc2d71b481a694 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Sat, 5 Oct 2002 19:15:19 +0200
Subject: [PATCH] Improved support for tcc.

Rev: src/global.h:1.74
---
 src/global.h | 23 +----------------------
 1 file changed, 1 insertion(+), 22 deletions(-)

diff --git a/src/global.h b/src/global.h
index 4a5b3d0a8a..84017b8bcb 100644
--- a/src/global.h
+++ b/src/global.h
@@ -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
 #define GLOBAL_H
@@ -14,17 +14,6 @@
 #define __NT__
 #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
 #  define _FILE_OFFSET_BITS 64
 #  define _LARGEFILE_SOURCE
@@ -46,16 +35,6 @@
 #define __BUILTIN_VA_ARG_INCR	1
 #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.
  */
-- 
GitLab