]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Define INLINE as an empty string if ANSI but not GNU
authorTed Lemon <source@isc.org>
Tue, 4 Jun 1996 19:02:26 +0000 (19:02 +0000)
committerTed Lemon <source@isc.org>
Tue, 4 Jun 1996 19:02:26 +0000 (19:02 +0000)
cdefs.h
includes/cdefs.h

diff --git a/cdefs.h b/cdefs.h
index 6a8dcffd5131ea81221f06f4663415c13d278383..2bc67a5251a96568e8d586d5facd06245b1f9280 100644 (file)
--- a/cdefs.h
+++ b/cdefs.h
@@ -46,6 +46,8 @@
 #define ANSI_DECL(x)   x
 #if defined (__GNUC__)
 #define INLINE         inline
+#else
+#define INLINE
 #endif /* __GNUC__ */
 #else
 #define PROTO(x)       ()
index 6a8dcffd5131ea81221f06f4663415c13d278383..2bc67a5251a96568e8d586d5facd06245b1f9280 100644 (file)
@@ -46,6 +46,8 @@
 #define ANSI_DECL(x)   x
 #if defined (__GNUC__)
 #define INLINE         inline
+#else
+#define INLINE
 #endif /* __GNUC__ */
 #else
 #define PROTO(x)       ()