stage4/generate_c/generate_c_inlinefcall.cc
changeset 594 c8092e909886
parent 531 e7d6f28fc882
child 625 c0bda77b37a0
child 653 ea78924a1f60
equal deleted inserted replaced
593:412780374bd3 594:c8092e909886
   177         f_decl->accept(overloaded_func_suf);
   177         f_decl->accept(overloaded_func_suf);
   178       }	
   178       }	
   179       if (function_type_suffix) {
   179       if (function_type_suffix) {
   180         function_type_suffix->accept(*this);
   180         function_type_suffix->accept(*this);
   181       }
   181       }
   182       s4o.print_integer(fcall_number);
   182       s4o.print(fcall_number);
   183       s4o.print("(");
   183       s4o.print("(");
   184       s4o.indent_right();
   184       s4o.indent_right();
   185 
   185 
   186       PARAM_LIST_ITERATOR() {
   186       PARAM_LIST_ITERATOR() {
   187         if (PARAM_DIRECTION == function_param_iterator_c::direction_in) {
   187         if (PARAM_DIRECTION == function_param_iterator_c::direction_in) {