merging with Laurent's revision 55b074ea7255 (essentially ignoring all changes)
authorMario de Sousa <msousa@fe.up.pt>
Sat, 31 Mar 2012 15:30:38 +0100
changeset 495 8c6823fee086
parent 494 bcd737ad27f7 (current diff)
parent 399 55b074ea7255 (diff)
child 496 fa43fed1084c
merging with Laurent's revision 55b074ea7255 (essentially ignoring all changes)
absyntax/absyntax.def
absyntax_utils/search_constant_type.cc
absyntax_utils/search_constant_type.hh
stage4/generate_c/generate_c.cc
stage4/generate_c/generate_c_il.cc
stage4/generate_c/generate_c_inlinefcall.cc
stage4/generate_c/generate_c_st.cc
--- 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;)