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