stage1_2/iec.y
changeset 92 a1b03af4b26a
parent 91 ac119a256fc0
child 93 284ef59bb133
--- a/stage1_2/iec.y	Fri Nov 16 13:45:14 2007 +0100
+++ b/stage1_2/iec.y	Fri Nov 16 13:47:41 2007 +0100
@@ -4446,7 +4446,7 @@
 */
 | il_simple_operator_clash il_operand_list2
 	{
-	 $$ = new il_function_call_c($1, $2, locloc(@$));
+	 $$ = new il_function_call_c(il_operator_c_2_identifier_c($1), $2, locloc(@$));
 	}
 ;