mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-07 14:57:21 +08:00
* cppmain.c (general_init): Don't use ANSI prototype.
From-SVN: r39073
This commit is contained in:
parent
c32ee81ecb
commit
95f4ac8b8a
@ -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.
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user