From: Ted Lemon Date: Tue, 4 Jun 1996 19:02:26 +0000 (+0000) Subject: Define INLINE as an empty string if ANSI but not GNU X-Git-Tag: BETA_4_3~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5c324ed20dbe354283f3ac1bb773fe8a8df8c356;p=thirdparty%2Fdhcp.git Define INLINE as an empty string if ANSI but not GNU --- diff --git a/cdefs.h b/cdefs.h index 6a8dcffd5..2bc67a525 100644 --- 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) () diff --git a/includes/cdefs.h b/includes/cdefs.h index 6a8dcffd5..2bc67a525 100644 --- a/includes/cdefs.h +++ b/includes/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) ()