stage4/generate_c/il_code_gen.c
changeset 153 6aed920024f9
parent 149 05ca171a3d57
child 154 9114afe1f64b
equal deleted inserted replaced
152:efc510145ab2 153:6aed920024f9
 12843             symbol_c *IN_param_value = &this->default_variable_name;
 12843             symbol_c *IN_param_value = &this->default_variable_name;
 12844         
 12844         
 12845             symbol_c *IN_type_symbol = param_data_type;
 12845             symbol_c *IN_type_symbol = param_data_type;
 12846             last_type_symbol = param_data_type;
 12846             last_type_symbol = param_data_type;
 12847             
 12847             
 12848             if(search_expression_type->is_num_type(IN_type_symbol))
 12848             
 12849             {
 12849             {
 12850         
 12850         
 12851                 function_name = (symbol_c*)(new pragma_c("__move_"));
 12851                 function_name = (symbol_c*)(new pragma_c("__move_"));
 12852                 ADD_PARAM_LIST(IN_param_value, IN_type_symbol, function_param_iterator_c::direction_in)
 12852                 ADD_PARAM_LIST(IN_param_value, IN_type_symbol, function_param_iterator_c::direction_in)
 12853                 symbol_c * return_type_symbol = last_type_symbol;
 12853                 symbol_c * return_type_symbol = last_type_symbol;