merge
authormjsousa
Sat, 18 Mar 2017 21:50:00 +0000
changeset 1034 f802b5494d56
parent 1033 dcf358607302 (current diff)
parent 1024 df3e2792fd58 (diff)
child 1035 0a58b2720976
merge
--- a/stage4/generate_c/generate_c_inlinefcall.cc	Sun Feb 19 20:13:02 2017 +0000
+++ b/stage4/generate_c/generate_c_inlinefcall.cc	Sat Mar 18 21:50:00 2017 +0000
@@ -104,7 +104,7 @@
       }
 
       s4o.print(s4o.indent_spaces);
-      s4o.print("inline ");
+      s4o.print("static inline ");      
       function_type_prefix->accept(*this);
       s4o.print(" __");
       fbname->accept(*this);