stage4/generate_c/generate_c_st.cc
changeset 355 30db860bd3bd
parent 350 2c3c4dc34979
parent 344 8f71c46a0a55
child 358 a2c4af8f0c18
equal deleted inserted replaced
354:0f24db96b519 355:30db860bd3bd
   724     s4o.print("(");
   724     s4o.print("(");
   725     search_expression_type->default_literal_type(function_type_prefix)->accept(*this);
   725     search_expression_type->default_literal_type(function_type_prefix)->accept(*this);
   726     s4o.print(")");
   726     s4o.print(")");
   727   }
   727   }
   728   if (function_type_suffix != NULL) {
   728   if (function_type_suffix != NULL) {
   729     function_type_suffix = search_expression_type->default_literal_type(function_type_prefix);
   729     function_type_suffix = search_expression_type->default_literal_type(function_type_suffix);
   730   }
   730   }
   731   if (has_output_params) {
   731   if (has_output_params) {
   732     fcall_number++;
   732     fcall_number++;
   733     s4o.print("__");
   733     s4o.print("__");
   734     fbname->accept(*this);
   734     fbname->accept(*this);