mirror of
https://github.com/lua/lua
synced 2026-06-08 15:34:49 +00:00
f53eabeed8
- LUAC_VERSION is equal to LUA_VERSION_NUM, and it is stored as an int. - 'sizeof(int)' and 'sizeof(size_t)' removed from the header, as the binary format does not depend on these sizes. (It uses its own serialization for unsigned integer values.)