From: Kaveh R. Ghazi Date: Fri, 27 Nov 1998 10:10:02 +0000 (+0000) Subject: * g++spec.c: Don't prototype xmalloc. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9d483bc4790a0ff069ce5c9ac663a22a29d14bf3;p=gcc.git * g++spec.c: Don't prototype xmalloc. From-SVN: r23932 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index ea94e160a7b..ec88e46c4ab 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +Fri Nov 27 13:07:23 1998 Kaveh R. Ghazi + + * g++spec.c: Don't prototype xmalloc. + 1998-11-25 Jason Merrill * except.c (expand_throw): Use TYPE_PTR_P to check for pointers. diff --git a/gcc/cp/g++spec.c b/gcc/cp/g++spec.c index cd4e04a212b..f30dd72218d 100644 --- a/gcc/cp/g++spec.c +++ b/gcc/cp/g++spec.c @@ -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)();