Commit 95f4ac8b by Alan Modra Committed by Neil Booth

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

From-SVN: r39073
parent c32ee81e
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.
......
......@@ -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);
......
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