# HG changeset patch # User mario # Date 1195217261 -3600 # Node ID a1b03af4b26abd31ecac4f94e18b1fb5a7867420 # Parent ac119a256fc0c137a62d8cec377d52f190319498 Small fix to previous commit. diff -r ac119a256fc0 -r a1b03af4b26a stage1_2/iec.y --- 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(@$)); } ;