Searched refs:LUAC_VERSION (Results 1 – 3 of 3) sorted by relevance
25 #define LUAC_VERSION (MYINT(LUA_VERSION_MAJOR)*16+MYINT(LUA_VERSION_MINOR)) macro
199 dumpByte(D, LUAC_VERSION); in dumpHeader()
293 if (loadByte(S) != LUAC_VERSION) in checkHeader()