1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/archivers/hpack.non-usa.only/files/patch-ag
Steve Price b8eafda329 Honor PREFIX and split up patches one patch for each file.
PR:		12056
Submitted by:	Nick Hibma <nick.hibma@jrc.it>
1999-12-29 08:52:12 +00:00

12 lines
416 B
Plaintext

--- defs.h.orig Mon May 31 10:17:00 1993
+++ defs.h Tue Dec 28 20:01:38 1999
@@ -43,7 +43,7 @@
/* '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 ) */