Home
last modified time | relevance | path

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

/external/lua/src/
Dlundump.h23 #define LUAC_FORMAT 0 /* this is the official format */ macro
Dldump.c187 DumpByte(LUAC_FORMAT, D); in DumpHeader()
Dlundump.c240 if (LoadByte(S) != LUAC_FORMAT) in checkHeader()