diff --git a/src/common.h b/src/common.h index 0f1ffdbe86..21f2dce4a8 100644 --- a/src/common.h +++ b/src/common.h @@ -31,7 +31,7 @@ #if (defined __i386__) || (defined __POWERPC__) || (defined __arm__) # define LD "ld" -# if defined(__MINGW32__) && __GNUC__ == 4 +# if (defined __MINGW32__) && __GNUC__ == 4 # define LLD "I64d" # else # define LLD "lld"