From: Jim Meyering Date: Mon, 12 Jun 1995 14:42:41 +0000 (+0000) Subject: [!__GNUC__]: Define INLINE to /* empty */. X-Git-Tag: textutils-1_12_1~119 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=afe762e4e6043d15b97dc56a40ea0df5e598eaf0;p=thirdparty%2Fcoreutils.git [!__GNUC__]: Define INLINE to /* empty */. --- diff --git a/src/md5sum.c b/src/md5sum.c index d53e6089c4..6ae60046a6 100644 --- a/src/md5sum.c +++ b/src/md5sum.c @@ -87,6 +87,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifdef __GNUC__ # define INLINE __inline +#else +# define INLINE /* empty */ #endif #if UINT_MAX == UINT_MAX_32_BITS