summaryrefslogtreecommitdiff
path: root/src/md5sum.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-06-12 14:42:41 +0000
committerJim Meyering <jim@meyering.net>1995-06-12 14:42:41 +0000
commitafe762e4e6043d15b97dc56a40ea0df5e598eaf0 (patch)
tree83c588e1a9406b2f493d01a2b3d41ed2d2bcfe3d /src/md5sum.c
parent5b45da2a71e740a14cd9ae61f2d6aaca8e7cc7cf (diff)
downloadcoreutils-afe762e4e6043d15b97dc56a40ea0df5e598eaf0.tar.xz
[!__GNUC__]: Define INLINE to /* empty */.
Diffstat (limited to 'src/md5sum.c')
-rw-r--r--src/md5sum.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/md5sum.c b/src/md5sum.c
index d53e6089c..6ae60046a 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