changeset 3000:afbc52b3a5cf

remove useless parens
author Jim Meyering <jim@meyering.net>
date Mon, 27 Nov 2000 09:33:53 +0000
parents 24f14a707735
children d45281c9c68f
files lib/md5.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/md5.h
+++ b/lib/md5.h
@@ -145,7 +145,7 @@
 
 /* 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)
 {