use ;
use ;
/// Lua 5.0 and Lua 5.1 compile constants. The Lua interpreter is compiled with
/// certain predefined constants that affect how the byte code is generated.
/// This structure represents a small subset of the constants that are relevant
/// for Lunify. If the byte code you are trying to modify was complied with
/// non-standard constants, you can use these settings to make it compatible.