Searched refs:LUAC_FORMAT (Results 1 – 3 of 3) sorted by relevance
23 #define LUAC_FORMAT 0 /* this is the official format */ macro
187 DumpByte(LUAC_FORMAT, D); in DumpHeader()
240 if (LoadByte(S) != LUAC_FORMAT) in checkHeader()