diff options
Diffstat (limited to 'gdb/jv-lang.h')
-rw-r--r-- | gdb/jv-lang.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/jv-lang.h b/gdb/jv-lang.h index 43feec7..345cc91 100644 --- a/gdb/jv-lang.h +++ b/gdb/jv-lang.h @@ -22,8 +22,9 @@ struct value; struct type_print_options; +struct parser_state; -extern int java_parse (void); /* Defined in jv-exp.y */ +extern int java_parse (struct parser_state *); /* Defined in jv-exp.y */ extern void java_error (char *); /* Defined in jv-exp.y */ |