Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlundump.h25 #define LUAC_VERSION (MYINT(LUA_VERSION_MAJOR)*16+MYINT(LUA_VERSION_MINOR)) macro
H A Dldump.c203 dumpByte(D, LUAC_VERSION); in dumpHeader()
H A Dlundump.c295 if (loadByte(S) != LUAC_VERSION) in checkHeader()