Explorar o código

Use FuncState typedef in favor of struct.

Mike Pall %!s(int64=15) %!d(string=hai) anos
pai
achega
a6b7952f7e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/lj_parse.c

+ 1 - 1
src/lj_parse.c

@@ -2219,7 +2219,7 @@ static void parse_chunk(LexState *ls)
 /* Entry point of bytecode parser. */
 GCproto *lj_parse(LexState *ls)
 {
-  struct FuncState fs;
+  FuncState fs;
   GCproto *pt;
   lua_State *L = ls->L;
   ls->chunkname = lj_str_newz(L, ls->chunkarg);