diff options
Diffstat (limited to 'include/complex.h')
| -rw-r--r-- | include/complex.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/complex.h b/include/complex.h index 6db7c8823a38b..502a178dff334 100644 --- a/include/complex.h +++ b/include/complex.h @@ -30,7 +30,9 @@ #define _COMPLEX_H #ifdef __GNUC__ +#if __STDC_VERSION__ < 199901 #define _Complex __complex__ +#endif #define _Complex_I 1.0fi #endif |
