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