]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
[!__GNUC__]: Define INLINE to /* empty */.
authorJim Meyering <jim@meyering.net>
Mon, 12 Jun 1995 14:42:41 +0000 (14:42 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 12 Jun 1995 14:42:41 +0000 (14:42 +0000)
src/md5sum.c

index d53e6089c45bb001f2ab4be4cc0df8659f0eb327..6ae60046a6d0b6ed4dced5a4714f42a33a5ac84f 100644 (file)
@@ -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