diff options
Diffstat (limited to 'libg++/libstdc++/newi.cc')
-rw-r--r-- | libg++/libstdc++/newi.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libg++/libstdc++/newi.cc b/libg++/libstdc++/newi.cc new file mode 100644 index 0000000..b4a5b6a --- /dev/null +++ b/libg++/libstdc++/newi.cc @@ -0,0 +1,7 @@ +// Implementation file for the -*- C++ -*- dynamic memory management header. +// This file is part of the GNU ANSI C++ Library. + +#ifdef __GNUG__ +#pragma implementation "std/new.h" +#endif +#include <std/new.h> |