aboutsummaryrefslogtreecommitdiff
path: root/contrib/libg++/libstdc++/complex
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-10-03 21:35:18 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-10-03 21:35:18 +0000
commit5acb90c9b6be51889c37d1ff321d74c09e0e6350 (patch)
tree1cf3d19d9802c4f25728485cfa65071f3ed44457 /contrib/libg++/libstdc++/complex
parent9882643d0402167bc96b74ed87d9c94db53b43d2 (diff)
downloadsrc-5acb90c9b6be51889c37d1ff321d74c09e0e6350.tar.gz
src-5acb90c9b6be51889c37d1ff321d74c09e0e6350.zip
Import of raw libg++-2.7.2, but in a very cut-down form. There is still
a small amount of unused stuff (by the bmakefiles to follow), but it isn't much and seems harmless enough.
Notes
Notes: svn path=/vendor/gcc/dist/; revision=18661
Diffstat (limited to 'contrib/libg++/libstdc++/complex')
-rw-r--r--contrib/libg++/libstdc++/complex6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/libg++/libstdc++/complex b/contrib/libg++/libstdc++/complex
new file mode 100644
index 000000000000..17e2fe439bf7
--- /dev/null
+++ b/contrib/libg++/libstdc++/complex
@@ -0,0 +1,6 @@
+// -*- C++ -*- forwarding header.
+// This file is part of the GNU ANSI C++ Library.
+
+#ifndef __COMPLEX__
+#include <std/complex.h>
+#endif