Commit 6a1fa5f9 by Marc Espie Committed by Mark Mitchell

* parse.y: Add missing ';'.

From-SVN: r35266
parent 0c10a805
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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment