aboutsummaryrefslogtreecommitdiff
path: root/gcc/f/top.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/f/top.c')
-rw-r--r--gcc/f/top.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/f/top.c b/gcc/f/top.c
index bbcc59d..c93ffd3 100644
--- a/gcc/f/top.c
+++ b/gcc/f/top.c
@@ -160,8 +160,11 @@ ffe_is_digit_string_ (char *s)
recognized and handled. */
int
-ffe_decode_option (char *opt)
+ffe_decode_option (argc, argv)
+ int argc;
+ char **argv;
{
+ char *opt = argv[0];
if (opt[0] != '-')
return 0;
if (opt[1] == 'f')