stage4/generate_cc/generate_cc_il.cc
changeset 35 9f3d6c089533
parent 32 289256ec66f1
child 41 8998c8b24b60
--- a/stage4/generate_cc/generate_cc_il.cc	Tue Jun 19 08:42:10 2007 +0200
+++ b/stage4/generate_cc/generate_cc_il.cc	Thu Jun 21 10:22:32 2007 +0200
@@ -569,7 +569,10 @@
     int nb_param = 1;
     if (symbol->il_operand_list != NULL)
       nb_param += ((list_c *)symbol->il_operand_list)->n;
-    
+
+#include "il_code_gen.c"
+
+#if 0
     for(int current_param = 0; current_param < nb_param; current_param++) {
       symbol_c *param_value;
       if (current_param == 0)
@@ -604,7 +607,8 @@
         default: ERROR;
       }
     } /* for(...) */
-    
+#endif
+
     /* the data type returned by the function, and stored in the il default variable... */
     default_variable_name.current_type = return_data_type;
   }