OSDN Git Service

* g++spec.c: Don't prototype xmalloc.
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 Nov 1998 10:10:02 +0000 (10:10 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 Nov 1998 10:10:02 +0000 (10:10 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23932 138bc75d-0d04-0410-961f-82ee72b054a4

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

index ea94e16..ec88e46 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 cd4e04a..f30dd72 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)();