diff -r bcd737ad27f7 -r 8c6823fee086 absyntax/absyntax.def --- a/absyntax/absyntax.def Thu Mar 29 19:03:40 2012 +0100 +++ b/absyntax/absyntax.def Sat Mar 31 15:30:38 2012 +0100 @@ -912,6 +912,7 @@ /* | function_name [il_operand_list] */ /* NOTE: The parameter 'called_function_declaration', 'extensible_param_count' and 'candidate_functions' are used to pass data between the stage 3 and stage 4. + * data between the stage 3 and stage 4. * See the comment above function_invocation_c for more details */ SYM_REF2(il_function_call_c, function_name, il_operand_list, symbol_c *called_function_declaration; int extensible_param_count; std::vector candidate_functions;)