* g++spec.c: Don't prototype xmalloc.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Fri, 27 Nov 1998 10:10:02 +0000 (10:10 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Fri, 27 Nov 1998 10:10:02 +0000 (10:10 +0000)
From-SVN: r23932

gcc/cp/ChangeLog
gcc/cp/g++spec.c

index ea94e160a7bf662c74771755be1632c4fd3a841e..ec88e46c4ab03ef6c57976b7b34a64cf78b549ea 100644 (file)
@@ -1,3 +1,7 @@
+Fri Nov 27 13:07:23 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * g++spec.c: Don't prototype xmalloc.
+
 1998-11-25  Jason Merrill  <jason@yorick.cygnus.com>
 
        * except.c (expand_throw): Use TYPE_PTR_P to check for pointers.
index cd4e04a212b9f4ba9eb71e0af37a3680152e9db0..f30dd72218d5e0aa09b3648a31a98e3e51a55cbd 100644 (file)
@@ -32,8 +32,6 @@ Boston, MA 02111-1307, USA.  */
 #define MATH_LIBRARY "-lm"
 #endif
 
-extern char *xmalloc PROTO((size_t));
-
 void
 lang_specific_driver (fn, in_argc, in_argv, in_added_libraries)
      void (*fn)();