diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2013-08-06 19:17:16 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2013-08-06 19:17:16 +0000 |
commit | febd4cb165d5377b35eeb2065b45b65054fe6624 (patch) | |
tree | 01ab734016bc0894ffa92755ad9bd3078b8fe6d4 /gnu/egcs/libstdc++/cstdlibi.cc | |
parent | 81a80cf18dfb0d2c181f37070df4c0bcee447b6f (diff) |
Remove gcc 2.95 from the tree. One of the least bogus compiler we had (although
it had required some generous bandaid), but unfortunately not able to compile
most of the Real World (tm) software.
Diffstat (limited to 'gnu/egcs/libstdc++/cstdlibi.cc')
-rw-r--r-- | gnu/egcs/libstdc++/cstdlibi.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gnu/egcs/libstdc++/cstdlibi.cc b/gnu/egcs/libstdc++/cstdlibi.cc deleted file mode 100644 index abbfa03464a..00000000000 --- a/gnu/egcs/libstdc++/cstdlibi.cc +++ /dev/null @@ -1,7 +0,0 @@ -// Implementation file for the -*- C++ -*- standard library header. -// This file is part of the GNU ANSI C++ Library. - -#ifdef __GNUG__ -#pragma implementation "cstdlib" -#endif -#include <cstdlib> |