* g++spec.c: Don't prototype xmalloc.

From-SVN: r23932
This commit is contained in:
Kaveh R. Ghazi 1998-11-27 10:10:02 +00:00 committed by Kaveh Ghazi
parent 2778b98d90
commit 9d483bc479
2 changed files with 4 additions and 2 deletions

View 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.

View 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)();