* cppmain.c (general_init): Don't use ANSI prototype.

From-SVN: r39073
This commit is contained in:
Alan Modra 2001-01-16 18:40:56 +00:00 committed by Neil Booth
parent c32ee81ecb
commit 95f4ac8b8a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-01-16 Alan Modra <alan@linuxcare.com.au>
* cppmain.c (general_init): Don't use ANSI prototype.
2001-01-16 Tom Tromey <tromey@redhat.com>
* gcc.c (cpp_options): Added `*' to specs for -MF, -MQ, and -MT.

View File

@ -88,7 +88,8 @@ main (argc, argv)
/* Store the program name, and set the locale. */
static void
general_init (const char *argv0)
general_init (argv0)
const char *argv0;
{
progname = argv0 + strlen (argv0);