X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmd5.h;h=3b7dea1699520d70fc068e0bd414553776bc8c53;hb=607bcdf5ffd953cb80ba60808242284c14090490;hp=0a6aa5f667662dbd70f21f7300bb8f39c79bd5c8;hpb=a1c89a590ec4f4beb11eacf98f682bed7e47b29c;p=gnulib.git 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) {