aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/java/parse.y')
-rw-r--r--gcc/java/parse.y5
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/java/parse.y b/gcc/java/parse.y
index 236525c..aa5bc2c 100644
--- a/gcc/java/parse.y
+++ b/gcc/java/parse.y
@@ -7171,10 +7171,7 @@ check_inner_class_access (decl, enclosing_decl, cl)
was found, it is reported and accounted for. */
static int
-check_pkg_class_access (class_name, cl, verbose)
- tree class_name;
- tree cl;
- bool verbose;
+check_pkg_class_access (tree class_name, tree cl, bool verbose)
{
tree type;