parse.y (class_declaration, [...]): Make sure all their rules have an action...
authorAkim Demaille <akim@epita.fr>
Thu, 13 Jun 2002 16:46:01 +0000 (18:46 +0200)
committerTom Tromey <tromey@gcc.gnu.org>
Thu, 13 Jun 2002 16:46:01 +0000 (16:46 +0000)
commit6d61f1bd1c42a23426b65a64cedccb34ad962935
tree38dce2e69496c92ef7bb906ed3210d8a1a44147e
parentaaae0bb930930f5652beb0add3bc9fa5150ab0ab
parse.y (class_declaration, [...]): Make sure all their rules have an action...

2002-06-13  Akim Demaille  <akim@epita.fr>

* parse.y (class_declaration, interface_declaration): Make sure
all their rules have an action, in order to avoid meaningless `$$
= $1' and their type clashes.

From-SVN: r54592
gcc/java/ChangeLog
gcc/java/parse.y