Fix typo with with extra paren.

This commit is contained in:
David Garske
2017-11-06 16:17:22 -08:00
parent b8cc132e99
commit 7df0e7f286

View File

@ -60,7 +60,7 @@
(defined(LP64) || defined(_LP64))))
/* long should be 64bit */
#define SIZEOF_LONG 8
#elif (defined(__i386__) || defined(__CORTEX_M3__)
#elif defined(__i386__) || defined(__CORTEX_M3__)
/* long long should be 64bit */
#define SIZEOF_LONG_LONG 8
#endif