Commit 763d7ce8 by Michael Meissner Committed by Michael Meissner

Fix warning when compiling g++.o

From-SVN: r19342
parent f55b1ca8
Mon Apr 20 14:48:29 1998 Michael Meissner <meissner@cygnus.com>
* gcc.c (lang_specific_driver): Declare prototype properly so
fatal can be passed to it without error.
* configure.in (AC_CHECK_FUNCS): Check for strchr and strrchr.
* configure: Regenerate.
* config.in: Add #undef's for strchr and strrchr.
......
......@@ -265,8 +265,12 @@ char *xmalloc ();
char *xrealloc ();
#ifdef LANG_SPECIFIC_DRIVER
#ifdef HAVE_VPRINTF
extern void lang_specific_driver PROTO ((void (*) (char *, ...), int *, char ***, int *));
#else
extern void lang_specific_driver PROTO ((void (*) (), int *, char ***, int *));
#endif
#endif
/* Specs are strings containing lines, each of which (if not blank)
is made up of a program name, and arguments separated by spaces.
......
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