summaryrefslogtreecommitdiff
path: root/lib/md5.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-11-27 09:33:53 +0000
committerJim Meyering <jim@meyering.net>2000-11-27 09:33:53 +0000
commit1500316caf07717b9ebecaafb229b4d4bc69e2fc (patch)
treed977d45ef2f986d6830a511fc60a0a6f80a34269 /lib/md5.h
parent72454050bbb171064f67faf2148ad5e808ad523d (diff)
downloadcoreutils-1500316caf07717b9ebecaafb229b4d4bc69e2fc.tar.xz
remove useless parens
Diffstat (limited to 'lib/md5.h')
-rw-r--r--lib/md5.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/md5.h b/lib/md5.h
index 0a6aa5f66..3b7dea169 100644
--- a/lib/md5.h
+++ b/lib/md5.h
@@ -145,7 +145,7 @@ extern void *md5_buffer __P ((const char *buffer, size_t len, void *resblock));
/* The following is from gnupg-1.0.2's cipher/bithelp.h. */
/* Rotate a 32 bit integer by n bytes */
-#if defined(__GNUC__) && defined(__i386__)
+#if defined __GNUC__ && defined __i386__
static inline md5_uint32
rol(md5_uint32 x, int n)
{