aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cppmain.c')
-rw-r--r--gcc/cppmain.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/cppmain.c b/gcc/cppmain.c
index 61f4874..ecc27e4 100644
--- 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);