stage4/generate_c/st_code_gen.c
changeset 348 990ecb883731
parent 316 baa7a1585585
equal deleted inserted replaced
347:44ff2a6fcadc 348:990ecb883731
 17297                         ADD_PARAM_LIST(IN1_param_name, IN1_param_value, IN1_type_symbol, function_param_iterator_c::direction_in)
 17297                         ADD_PARAM_LIST(IN1_param_name, IN1_param_value, IN1_type_symbol, function_param_iterator_c::direction_in)
 17298                         
 17298                         
 17299                         if (IN2_type_symbol == NULL)
 17299                         if (IN2_type_symbol == NULL)
 17300                           IN2_type_symbol = last_type_symbol;
 17300                           IN2_type_symbol = last_type_symbol;
 17301                         ADD_PARAM_LIST(IN2_param_name, IN2_param_value, IN2_type_symbol, function_param_iterator_c::direction_in)
 17301                         ADD_PARAM_LIST(IN2_param_name, IN2_param_value, IN2_type_symbol, function_param_iterator_c::direction_in)
 17302                         symbol_c * return_type_symbol = last_type_symbol;
 17302                         symbol_c * return_type_symbol = IN1_type_symbol;
 17303                         function_type_suffix = IN1_type_symbol;
 17303                         function_type_suffix = IN1_type_symbol;
 17304                         break;
 17304                         break;
 17305                         
 17305                         
 17306                     }
 17306                     }
 17307                     
 17307