stage1_2/iec.y
changeset 295 e7ce7c6bbb5d
parent 287 9df7fcb9bde5
child 311 8fcea60029de
--- a/stage1_2/iec.y	Thu Apr 14 19:17:20 2011 +0100
+++ b/stage1_2/iec.y	Fri Apr 15 09:45:27 2011 +0100
@@ -5186,7 +5186,7 @@
 step_name: any_identifier;
 
 action_association:
-  action_name '(' {cmd_goto_sfc_qualifier_state()} action_qualifier {cmd_pop_state()} indicator_name_list ')'
+  action_name '(' {cmd_goto_sfc_qualifier_state();} action_qualifier {cmd_pop_state();} indicator_name_list ')'
 	{$$ = new action_association_c($1, $4, $6, locloc(@$));}
 /* ERROR_CHECK_BEGIN */
 /*| action_name '(' error ')'