parse.y (check_pkg_class_access): Allow private class access within the same package.
authorAlexandre Petit-Bianco <apbianco@cygnus.com>
Fri, 19 Feb 1999 13:27:37 +0000 (05:27 -0800)
committerPer Bothner <bothner@gcc.gnu.org>
Fri, 19 Feb 1999 13:27:37 +0000 (05:27 -0800)
commitfad22e3b2199fdbb87bbafcf236f2475d862efcc
treefa55d895a8b5402d3b13ae0d7cab7af5be65202d
parente28cd97b00fe7bddae105d4d92e26ba254a68d9a
parse.y (check_pkg_class_access): Allow private class access within the same package.


* 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