stage4/generate_c/il_code_gen.c
changeset 348 990ecb883731
parent 331 e08e14782a4f
equal deleted inserted replaced
347:44ff2a6fcadc 348:990ecb883731
 14945                         ADD_PARAM_LIST(IN1_param_name, IN1_param_value, IN1_type_symbol, function_param_iterator_c::direction_in)
 14945                         ADD_PARAM_LIST(IN1_param_name, IN1_param_value, IN1_type_symbol, function_param_iterator_c::direction_in)
 14946                         
 14946                         
 14947                         if (IN2_type_symbol == NULL)
 14947                         if (IN2_type_symbol == NULL)
 14948                           IN2_type_symbol = last_type_symbol;
 14948                           IN2_type_symbol = last_type_symbol;
 14949                         ADD_PARAM_LIST(IN2_param_name, IN2_param_value, IN2_type_symbol, function_param_iterator_c::direction_in)
 14949                         ADD_PARAM_LIST(IN2_param_name, IN2_param_value, IN2_type_symbol, function_param_iterator_c::direction_in)
 14950                         symbol_c * return_type_symbol = last_type_symbol;
 14950                         symbol_c * return_type_symbol = IN1_type_symbol;
 14951                         function_type_suffix = IN1_type_symbol;
 14951                         function_type_suffix = IN1_type_symbol;
 14952                         break;
 14952                         break;
 14953                         
 14953                         
 14954                     }
 14954                     }
 14955                     
 14955