From fad22e3b2199fdbb87bbafcf236f2475d862efcc Mon Sep 17 00:00:00 2001 From: Alexandre Petit-Bianco Date: Fri, 19 Feb 1999 05:27:37 -0800 Subject: [PATCH] parse.y (check_pkg_class_access): Allow private class access within the same package. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit � * parse.y (check_pkg_class_access): Allow private class access within the same package. (strip_out_static_field_access_decl): New function. (patch_unaryop): Call strip_out_static_field_access_decl on ++/-- operator argument before testing its nature. From-SVN: r25318 --- gcc/java/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index baa85f21a8c..c282753649b 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,11 @@ +Wed Feb 17 15:47:20 1999 Alexandre Petit-Bianco + + * parse.y (check_pkg_class_access): Allow private class access + within the same package. + (strip_out_static_field_access_decl): New function. + (patch_unaryop): Call strip_out_static_field_access_decl on ++/-- + operator argument before testing its nature. + Wed Feb 3 12:38:43 1999 Per Bothner * java-tree.def (FINALLY_EXPR): Removed. (Now uses TRY_FINALLY_EXPR.) -- 2.30.2