- Events now always require a label.
This commit is contained in:
@@ -226,9 +226,8 @@ typeinfoN : /* empty */
|
||||
}
|
||||
;
|
||||
|
||||
label : /* empty */
|
||||
{ $$ = NULL; }
|
||||
| '_' ID
|
||||
/* Previously, the label could be omitted. It is now required. */
|
||||
label : '_' ID
|
||||
{ $$ = $2; }
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user