Commit 9d483bc4 by Kaveh R. Ghazi Committed by Kaveh Ghazi

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

From-SVN: r23932
parent 2778b98d
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.
......
......@@ -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)();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment