diff options
Diffstat (limited to 'luaconf.h')
-rw-r--r-- | luaconf.h | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -295,7 +295,7 @@ | |||
295 | */ | 295 | */ |
296 | 296 | ||
297 | /* | 297 | /* |
298 | @@ LUA_COMPAT_5_3 controls other macros for compatibility with Lua 5.2. | 298 | @@ LUA_COMPAT_5_3 controls other macros for compatibility with Lua 5.3. |
299 | ** You can define it to get all options, or change specific options | 299 | ** You can define it to get all options, or change specific options |
300 | ** to fit your specific needs. | 300 | ** to fit your specific needs. |
301 | */ | 301 | */ |
@@ -316,6 +316,12 @@ | |||
316 | */ | 316 | */ |
317 | #define LUA_COMPAT_APIINTCASTS | 317 | #define LUA_COMPAT_APIINTCASTS |
318 | 318 | ||
319 | /* | ||
320 | @@ LUA_COMPAT_LT_LE controls the emulation of the '__le' metamethod | ||
321 | ** using '__lt'. | ||
322 | */ | ||
323 | #define LUA_COMPAT_LT_LE | ||
324 | |||
319 | #endif /* } */ | 325 | #endif /* } */ |
320 | 326 | ||
321 | 327 | ||