diff options
-rw-r--r-- | complex.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #if defined __STDC_VERSION__ && \ (__STDC_VERSION__ == 199901L || \ - (20112L <= __STDC_VERSION__ && ! defined __STDC_NO_COMPLEX__)) + (201112L <= __STDC_VERSION__ && ! defined __STDC_NO_COMPLEX__)) #include <complex.h> #include "test.h" |