summaryrefslogtreecommitdiff
path: root/gnu/lib/libg++/libstdc++/cmathi.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/lib/libg++/libstdc++/cmathi.cc')
-rw-r--r--gnu/lib/libg++/libstdc++/cmathi.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/lib/libg++/libstdc++/cmathi.cc b/gnu/lib/libg++/libstdc++/cmathi.cc
new file mode 100644
index 00000000000..e9fa0604eb9
--- /dev/null
+++ b/gnu/lib/libg++/libstdc++/cmathi.cc
@@ -0,0 +1,7 @@
+// Implementation file for the -*- C++ -*- math functions header.
+// This file is part of the GNU ANSI C++ Library.
+
+#ifdef __GNUG__
+#pragma implementation "std/cmath.h"
+#endif
+#include <std/cmath.h>