Searched refs:LUAC_VERSION (Results 1 – 3 of 3) sorted by relevance
22 #define LUAC_VERSION (MYINT(LUA_VERSION_MAJOR)*16+MYINT(LUA_VERSION_MINOR)) macro
186 DumpByte(LUAC_VERSION, D); in DumpHeader()
238 if (LoadByte(S) != LUAC_VERSION) in checkHeader()