summaryrefslogtreecommitdiff
path: root/complex.c
diff options
context:
space:
mode:
Diffstat (limited to 'complex.c')
-rw-r--r--complex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/complex.c b/complex.c
index 09ea4f1..a760a72 100644
--- a/complex.c
+++ b/complex.c
@@ -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"