projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b77647d
)
Fix typo...
author
Mike Stump
<mrs@gcc.gnu.org>
Thu, 10 Feb 2005 19:21:33 +0000
(19:21 +0000)
committer
Mike Stump
<mrs@gcc.gnu.org>
Thu, 10 Feb 2005 19:21:33 +0000
(19:21 +0000)
From-SVN: r94843
libstdc++-v3/libsupc++/del_op.cc
patch
|
blob
|
history
diff --git
a/libstdc++-v3/libsupc++/del_op.cc
b/libstdc++-v3/libsupc++/del_op.cc
index 241dda32fd9d36a9218ff69fa0c05eb735f1c14e..8f0b3f85b4358a10e5d0d2b3f69e2ffd5c90991e 100644
(file)
--- a/
libstdc++-v3/libsupc++/del_op.cc
+++ b/
libstdc++-v3/libsupc++/del_op.cc
@@
-29,10
+29,10
@@
// the GNU General Public License.
#include "new"
+#include <bits/c++config.h>
#if _GLIBCXX_HOSTED
#include <cstdlib>
#endif
-#include <bits/c++config.h>
#if _GLIBCXX_HOSTED
using std::free;