Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
12 lines
412 B
C
12 lines
412 B
C
--- 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 ) */
|
|
|