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.
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
\f
/* Specs are strings containing lines, each of which (if not blank)
is made up of a program name, and arguments separated by spaces.