summaryrefslogtreecommitdiff
path: root/include/complex.h
diff options
context:
space:
mode:
authorStefan Farfeleder <stefanf@FreeBSD.org>2004-08-14 17:55:15 +0000
committerStefan Farfeleder <stefanf@FreeBSD.org>2004-08-14 17:55:15 +0000
commit0edc8c86ca4f109c223354e3c1bc4f10dbcf7b95 (patch)
tree37467d618e23f930ca621f582a25d4af48eaa7cf /include/complex.h
parent4eae39bfdf5f9d66699e50c10b996e75a902d344 (diff)
downloadsrc-test2-0edc8c86ca4f109c223354e3c1bc4f10dbcf7b95.tar.gz
src-test2-0edc8c86ca4f109c223354e3c1bc4f10dbcf7b95.zip
Notes
Diffstat (limited to 'include/complex.h')
-rw-r--r--include/complex.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/complex.h b/include/complex.h
index 1fa4bd1eac2f..6db7c8823a38 100644
--- a/include/complex.h
+++ b/include/complex.h
@@ -27,15 +27,15 @@
*/
#ifndef _COMPLEX_H
-#define _COMPLEX_H
+#define _COMPLEX_H
#ifdef __GNUC__
-#define _Complex __complex__
-#define _Complex_I 1.0fi
+#define _Complex __complex__
+#define _Complex_I 1.0fi
#endif
-#define complex _Complex
-#define I _Complex_I
+#define complex _Complex
+#define I _Complex_I
#include <sys/cdefs.h>