diff options
Diffstat (limited to 'gdb/f-lang.h')
-rw-r--r-- | gdb/f-lang.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/f-lang.h b/gdb/f-lang.h index 2d67a48..7f77603 100644 --- a/gdb/f-lang.h +++ b/gdb/f-lang.h @@ -21,8 +21,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ struct type_print_options; +struct parser_state; -extern int f_parse (void); +extern int f_parse (struct parser_state *); extern void f_error (char *); /* Defined in f-exp.y */ |