Home
last modified time | relevance | path

Searched refs:LUAC_VERSION (Results 1 – 3 of 3) sorted by relevance

/external/lua/src/
Dlundump.h25 #define LUAC_VERSION (MYINT(LUA_VERSION_MAJOR)*16+MYINT(LUA_VERSION_MINOR)) macro
Dldump.c199 dumpByte(D, LUAC_VERSION); in dumpHeader()
Dlundump.c293 if (loadByte(S) != LUAC_VERSION) in checkHeader()