diff options
Diffstat (limited to 'gcc/java/parse.y')
-rw-r--r-- | gcc/java/parse.y | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/java/parse.y b/gcc/java/parse.y index 985e370..3930eff 100644 --- a/gcc/java/parse.y +++ b/gcc/java/parse.y @@ -317,6 +317,7 @@ static void add_inner_class_fields PARAMS ((tree, tree)); static tree build_dot_class_method PARAMS ((tree)); static tree build_dot_class_method_invocation PARAMS ((tree)); +static void create_new_parser_context PARAMS ((int)); /* Number of error found so far. */ int java_error_count; |