diff -r 289256ec66f1 -r 4507beb2aac6 stage4/generate_cc/generate_cc_st.cc --- a/stage4/generate_cc/generate_cc_st.cc Thu Jun 14 08:58:10 2007 +0200 +++ b/stage4/generate_cc/generate_cc_st.cc Mon Jun 18 14:45:03 2007 +0200 @@ -351,6 +351,10 @@ function_call_param_iterator_c function_call_param_iterator(symbol); int nb_param = ((list_c *)symbol->parameter_assignment_list)->n; + +#include "st_code_gen.c" + +#if 0 for(int current_param = 0; current_param < nb_param; current_param++) { symbol_c *param_name = NULL; switch (current_function_type) { @@ -455,6 +459,7 @@ default: ERROR; } } /* for(...) */ +#endif } else { /* loop through each function parameter, find the value we should pass