# HG changeset patch
# User Mario de Sousa <msousa@fe.up.pt>
# Date 1333204238 -3600
# Node ID 8c6823fee0865064ee01fbffa4efcaef7747d378
# Parent  bcd737ad27f7812cd68a824ae8c4ccfc037256e1# Parent  55b074ea72556f331ef22535c4f0b01d15685b4f
merging with Laurent's revision 55b074ea7255 (essentially ignoring all changes)

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 <symbol_c *> candidate_functions;)