projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c32ee81
)
* cppmain.c (general_init): Don't use ANSI prototype.
author
Alan Modra
<alan@linuxcare.com.au>
Tue, 16 Jan 2001 18:40:56 +0000
(18:40 +0000)
committer
Neil Booth
<neil@gcc.gnu.org>
Tue, 16 Jan 2001 18:40:56 +0000
(18:40 +0000)
From-SVN: r39073
gcc/ChangeLog
patch
|
blob
|
history
gcc/cppmain.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 3f0804f2ce79d43d7a5b3796491f0037a6104ca2..94e85e6c44394fd6a9f714ab53244c82d22ec351 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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.
diff --git
a/gcc/cppmain.c
b/gcc/cppmain.c
index 61f48746a801e46d7a90ef7068d72d3c2288982a..ecc27e42d6b1557d758e7c8c0ba464eb826c8f10 100644
(file)
--- a/
gcc/cppmain.c
+++ b/
gcc/cppmain.c
@@
-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);