stage1_2/iec_bison.yy
changeset 469 9fe6c4633ed6
parent 453 4733f662362a
child 516 8591746fa134
--- a/stage1_2/iec_bison.yy	Fri Mar 09 10:51:56 2012 +0000
+++ b/stage1_2/iec_bison.yy	Fri Mar 09 10:52:23 2012 +0000
@@ -3401,7 +3401,7 @@
   record_variable '.' field_selector
 	{$$ = new structured_variable_c($1, $3, locloc(@$));}
 | record_variable '.' il_simple_operator_clash3
-    {$$ = new structured_variable_c($1, $3, locloc(@$));}
+    {$$ = new structured_variable_c($1, il_operator_c_2_identifier_c($3), locloc(@$));}
 ;