2
0
Hugo Musso Gualandi 5 жил өмнө
parent
commit
b816ccbb72
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      src/luaot.c

+ 2 - 2
src/luaot.c

@@ -100,12 +100,12 @@ int main(int argc, char **argv)
     println("#include \"luaot_footer.c\"");
     println("#include \"luaot_footer.c\"");
 }
 }
 
 
-
 #define UPVALNAME(x) ((f->upvalues[x].name) ? getstr(f->upvalues[x].name) : "-")
 #define UPVALNAME(x) ((f->upvalues[x].name) ? getstr(f->upvalues[x].name) : "-")
 #define VOID(p) ((const void*)(p))
 #define VOID(p) ((const void*)(p))
 #define eventname(i) (getstr(tmname[i]))
 #define eventname(i) (getstr(tmname[i]))
 
 
-static void PrintString(const TString* ts)
+static
+void PrintString(const TString* ts)
 {
 {
     // Adapted from the PrintString function of luac.c 
     // Adapted from the PrintString function of luac.c 
     const char* s = getstr(ts);
     const char* s = getstr(ts);