summaryrefslogtreecommitdiff
path: root/include/complex.h
diff options
context:
space:
mode:
authorStefan Farfeleder <stefanf@FreeBSD.org>2004-08-14 18:03:21 +0000
committerStefan Farfeleder <stefanf@FreeBSD.org>2004-08-14 18:03:21 +0000
commit4dfac64545998dd298fb222fc6d253738d118854 (patch)
treec96f31e6102c59d6549d1795ec57c4f600d6d2ca /include/complex.h
parent0edc8c86ca4f109c223354e3c1bc4f10dbcf7b95 (diff)
downloadsrc-test2-4dfac64545998dd298fb222fc6d253738d118854.tar.gz
src-test2-4dfac64545998dd298fb222fc6d253738d118854.zip
Notes
Diffstat (limited to 'include/complex.h')
-rw-r--r--include/complex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/complex.h b/include/complex.h
index 6db7c8823a38..502a178dff33 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