summaryrefslogtreecommitdiff
path: root/gcc/f/top.h
diff options
context:
space:
mode:
authorbrolley <brolley@138bc75d-0d04-0410-961f-82ee72b054a4>1998-06-10 10:18:45 +0000
committerbrolley <brolley@138bc75d-0d04-0410-961f-82ee72b054a4>1998-06-10 10:18:45 +0000
commit0d7cd636a846102d3f59878c4bda367530ee9681 (patch)
tree83471fce0622c0edc93ed0faa3f673c2747f8c70 /gcc/f/top.h
parentf65ee48413e335ca45273afefc7a38116d055846 (diff)
downloadgcc-0d7cd636a846102d3f59878c4bda367530ee9681.tar.gz
New interface for lang_decode_option.
Wed Jun 10 13:17:32 1998 Dave Brolley <brolley@cygnus.com> * top.h (ffe_decode_option): New argc/argv interface. * top.c (ffe_decode_option): New argc/argv interface. * parse.c (yyparse): New argc/argv interface for ffe_decode_option. * com.c (lang_decode_option): New argc/argv interface. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20409 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/f/top.h')
-rw-r--r--gcc/f/top.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/f/top.h b/gcc/f/top.h
index 7ecf998fbbb..0e159cecda1 100644
--- a/gcc/f/top.h
+++ b/gcc/f/top.h
@@ -141,7 +141,7 @@ extern bool ffe_in_4;
/* Declare functions with prototypes. */
-int ffe_decode_option (char *opt);
+int ffe_decode_option (int argc, char **argv);
void ffe_file (ffewhereFile wf, FILE *f);
void ffe_init_0 (void);
void ffe_init_1 (void);