merge
authorAndrey Skvortsov <andrej.skvortzov@gmail.com>
Wed, 12 Oct 2016 17:54:52 +0300
changeset 1025 c43f1c254180
parent 1024 df3e2792fd58 (diff)
parent 1023 26e13a61db68 (current diff)
child 1036 1000db86d0af
merge
--- a/stage4/generate_c/generate_c_inlinefcall.cc	Mon Oct 10 18:10:32 2016 +0300
+++ b/stage4/generate_c/generate_c_inlinefcall.cc	Wed Oct 12 17:54:52 2016 +0300
@@ -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);