diff --git a/arm/arm_init.c b/arm/arm_init.c index 2042180ec..5c6945b97 100644 --- a/arm/arm_init.c +++ b/arm/arm_init.c @@ -20,7 +20,7 @@ * Andoid intends to define __ANDROID__, however there are bugs in their * toolchain; use -D__ANDROID__ to work round this. */ -#if defined __linux__ && defined __arm__ +#if defined(__linux__) && defined(__arm__) #define CHECK_NEON #include /* for sig_atomic_t */