Edge-control does not require conditional event

This patch allows the edge control to be used without a
conditional event.
This commit is contained in:
Cary R 2008-01-09 17:06:01 -08:00 committed by Stephen Williams
parent e03fd9e6f2
commit 7157a68d08
1 changed files with 2 additions and 0 deletions

View File

@ -2860,6 +2860,8 @@ spec_reference_event
{ delete $2;
delete $4;
}
| K_edge '[' edge_descriptor_list ']' expr_primary
{ delete $5; }
| K_edge '[' edge_descriptor_list ']' expr_primary K_TAND expression
{ delete $5;
delete $7;