forked from wolfSSL/wolfssl
Fix typo with with extra paren.
This commit is contained in:
@ -60,7 +60,7 @@
|
|||||||
(defined(LP64) || defined(_LP64))))
|
(defined(LP64) || defined(_LP64))))
|
||||||
/* long should be 64bit */
|
/* long should be 64bit */
|
||||||
#define SIZEOF_LONG 8
|
#define SIZEOF_LONG 8
|
||||||
#elif (defined(__i386__) || defined(__CORTEX_M3__)
|
#elif defined(__i386__) || defined(__CORTEX_M3__)
|
||||||
/* long long should be 64bit */
|
/* long long should be 64bit */
|
||||||
#define SIZEOF_LONG_LONG 8
|
#define SIZEOF_LONG_LONG 8
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user