diff options
Diffstat (limited to 'libg++/libstdc++/cmathi.cc')
-rw-r--r-- | libg++/libstdc++/cmathi.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libg++/libstdc++/cmathi.cc b/libg++/libstdc++/cmathi.cc new file mode 100644 index 0000000..e9fa060 --- /dev/null +++ b/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> |