Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlundump.h18 #define LUAC_INT 0x5678 macro
H A Dldump.c209 dumpInteger(D, LUAC_INT); in dumpHeader()
H A Dlundump.c303 if (loadInteger(S) != LUAC_INT) in checkHeader()