* parse.y: Add missing ';'.
From-SVN: r35266
This commit is contained in:
parent
0c10a805de
commit
6a1fa5f972
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -937,7 +937,7 @@ member_init:
|
|||
{ $$ = expand_member_init (current_class_ref, $1,
|
||||
void_type_node); }
|
||||
| error
|
||||
{ $$ = NULL_TREE }
|
||||
{ $$ = NULL_TREE; }
|
||||
;
|
||||
|
||||
identifier:
|
||||
|
|
Loading…
Add table
Reference in a new issue