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