stage4/generate_c/generate_c_inlinefcall.cc
changeset 1024 df3e2792fd58
parent 1018 49c4edf76e63
equal deleted inserted replaced
1021:21a97cdb317d 1024:df3e2792fd58
   102       if (function_type_suffix) {
   102       if (function_type_suffix) {
   103         function_type_suffix = default_literal_type(function_type_suffix);
   103         function_type_suffix = default_literal_type(function_type_suffix);
   104       }
   104       }
   105 
   105 
   106       s4o.print(s4o.indent_spaces);
   106       s4o.print(s4o.indent_spaces);
   107       s4o.print("inline ");
   107       s4o.print("static inline ");      
   108       function_type_prefix->accept(*this);
   108       function_type_prefix->accept(*this);
   109       s4o.print(" __");
   109       s4o.print(" __");
   110       fbname->accept(*this);
   110       fbname->accept(*this);
   111       s4o.print("_");
   111       s4o.print("_");
   112       function_name->accept(*this);
   112       function_name->accept(*this);