Home
last modified time | relevance | path

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

/external/lua/src/
Dlundump.h22 #define LUAC_VERSION (MYINT(LUA_VERSION_MAJOR)*16+MYINT(LUA_VERSION_MINOR)) macro
Dldump.c186 DumpByte(LUAC_VERSION, D); in DumpHeader()
Dlundump.c238 if (LoadByte(S) != LUAC_VERSION) in checkHeader()