diff options
Diffstat (limited to 'gcc/java')
-rw-r--r-- | gcc/java/decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/decl.c b/gcc/java/decl.c index 472b1990f19..93304daea00 100644 --- a/gcc/java/decl.c +++ b/gcc/java/decl.c @@ -565,7 +565,7 @@ java_init_decl_processing (void) global_binding_level = current_binding_level; /* Build common tree nodes, Java has an unsigned char. */ - build_common_tree_nodes (false, false); + build_common_tree_nodes (false); /* ??? Now we continue and override some of the built types again with Java specific types. As the above generated types are |