diff options
Diffstat (limited to 'archivers/hpack.non-usa.only/files/patch-defs.h')
-rw-r--r-- | archivers/hpack.non-usa.only/files/patch-defs.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/archivers/hpack.non-usa.only/files/patch-defs.h b/archivers/hpack.non-usa.only/files/patch-defs.h deleted file mode 100644 index 4b885846d019..000000000000 --- a/archivers/hpack.non-usa.only/files/patch-defs.h +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 ) */ - |