Searched refs:LUAC_VERSION (Results 1 – 3 of 3) sorted by relevance
24 #define LUAC_VERSION (((LUA_VERSION_NUM / 100) * 16) + LUA_VERSION_NUM % 100) macro
203 dumpByte(D, LUAC_VERSION); in dumpHeader()
295 if (loadByte(S) != LUAC_VERSION) in checkHeader()