]> gcc.gnu.org Git - gcc.git/commit - gcc/java/parse.y
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:35 +0000 (05:27 -0800)
committerPer Bothner <bothner@gcc.gnu.org>
Fri, 19 Feb 1999 13:27:35 +0000 (05:27 -0800)
commite28cd97b00fe7bddae105d4d92e26ba254a68d9a
treee750e6c4415cc885b119c08e9982ff4bc3238314
parent19378cf80343bc455c6d3ef513365aaf58884222
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: r25317
gcc/java/parse.y
This page took 0.117451 seconds and 5 git commands to generate.