OSDN Git Service

2004-11-03 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / libsupc++ / new_opv.cc
index 9fa7d19..abf9771 100644 (file)
@@ -1,6 +1,6 @@
 // Boilerplate support routines for -*- C++ -*- dynamic memory management.
 
-// Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation
+// Copyright (C) 1997, 1998, 1999, 2000, 2004 Free Software Foundation
 //
 // This file is part of GCC.
 //
@@ -29,8 +29,9 @@
 // the GNU General Public License.
 
 #include "new"
+#include <bits/c++config.h>
 
-_GLIBCXX_WEAK_DEFINITION void *
+_GLIBCXX_WEAK_DEFINITION void*
 operator new[] (std::size_t sz) throw (std::bad_alloc)
 {
   return ::operator new(sz);