stage4/generate_c/generate_c_inlinefcall.cc
changeset 884 a51a3bb4d613
parent 874 b8fa360b376d
equal deleted inserted replaced
883:f1b501f47c1f 884:a51a3bb4d613
   118       if (function_type_suffix) {
   118       if (function_type_suffix) {
   119         function_type_suffix = default_literal_type(function_type_suffix);
   119         function_type_suffix = default_literal_type(function_type_suffix);
   120       }
   120       }
   121 
   121 
   122       s4o.print(s4o.indent_spaces);
   122       s4o.print(s4o.indent_spaces);
   123       s4o.print("inline ");
   123       s4o.print("static inline ");
   124       function_type_prefix->accept(*this);
   124       function_type_prefix->accept(*this);
   125       s4o.print(" __");
   125       s4o.print(" __");
   126       fbname->accept(*this);
   126       fbname->accept(*this);
   127       s4o.print("_");
   127       s4o.print("_");
   128       function_name->accept(*this);
   128       function_name->accept(*this);