forked from wolfSSL/wolfssl
Fix to allow user to force build using WOLF_C99
option.
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* detect C99 */
|
/* detect C99 */
|
||||||
#if defined(__STDC_VERSION__)
|
#if !defined(WOLF_C99) && defined(__STDC_VERSION__)
|
||||||
#if __STDC_VERSION__ >= 199901L
|
#if __STDC_VERSION__ >= 199901L
|
||||||
#define WOLF_C99
|
#define WOLF_C99
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user