blob: 4b885846d019da41c0396b8073c4326decf6bdf6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- defs.h.orig 1993-05-31 15:17:00 UTC
+++ defs.h
@@ -43,7 +43,7 @@ typedef int BOOLEAN;
/* 'inline' patch for compilers which can't handle this */
-#if !( defined( __CPLUSPLUS__ ) || defined( __cplusplus ) ) || defined( __TSC__ )
+#if !( defined( __GNUC__ ) || defined( __CPLUSPLUS__ ) || defined( __cplusplus ) ) || defined( __TSC__ )
#define inline
#endif /* !( __CPLUSPLUS__ || __cplusplus ) */
|