* parse.y: Add missing ';'.

From-SVN: r35266
This commit is contained in:
Marc Espie 2000-07-26 18:15:28 +00:00 committed by Mark Mitchell
parent 0c10a805de
commit 6a1fa5f972
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Wed Jul 26 15:05:51 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
* parse.y: Add missing ';'.
2000-07-26 Mark Mitchell <mark@codesourcery.com>
* parse.y (empty_parms): Use `()', not `(...)', when in the scope

View file

@ -937,7 +937,7 @@ member_init:
{ $$ = expand_member_init (current_class_ref, $1,
void_type_node); }
| error
{ $$ = NULL_TREE }
{ $$ = NULL_TREE; }
;
identifier: