summaryrefslogtreecommitdiff
path: root/include/complex.h
diff options
context:
space:
mode:
authorStefan Farfeleder <stefanf@FreeBSD.org>2004-05-30 08:47:12 +0000
committerStefan Farfeleder <stefanf@FreeBSD.org>2004-05-30 08:47:12 +0000
commitfe1737b6f37e2001caae5d0fe28655d1d316ea1e (patch)
treee22e200db6bb6fa075b2790aa35cd8d126405929 /include/complex.h
parentb59f545aa2e264c215624df6188312af5f67c4fd (diff)
downloadsrc-test2-fe1737b6f37e2001caae5d0fe28655d1d316ea1e.tar.gz
src-test2-fe1737b6f37e2001caae5d0fe28655d1d316ea1e.zip
Notes
Diffstat (limited to 'include/complex.h')
-rw-r--r--include/complex.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/complex.h b/include/complex.h
index 88cc5b559edb..bb2ec972c02b 100644
--- a/include/complex.h
+++ b/include/complex.h
@@ -50,11 +50,4 @@ float crealf(float complex);
__END_DECLS
-#ifdef __GNUC__
-#define cimag(z) (__imag__ (z))
-#define cimagf(z) (__imag__ (z))
-#define creal(z) (__real__ (z))
-#define crealf(z) (__real__ (z))
-#endif
-
#endif /* _COMPLEX_H */