diff options
Diffstat (limited to 'luaconf.h')
| -rw-r--r-- | luaconf.h | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -343,6 +343,13 @@ | |||
| 343 | 343 | ||
| 344 | 344 | ||
| 345 | /* | 345 | /* |
| 346 | @@ LUA_COMPAT_LOOPVAR makes for-loop control variables not read-only, | ||
| 347 | ** as they were in previous versions. | ||
| 348 | */ | ||
| 349 | /* #define LUA_COMPAT_LOOPVAR */ | ||
| 350 | |||
| 351 | |||
| 352 | /* | ||
| 346 | @@ LUA_COMPAT_MATHLIB controls the presence of several deprecated | 353 | @@ LUA_COMPAT_MATHLIB controls the presence of several deprecated |
| 347 | ** functions in the mathematical library. | 354 | ** functions in the mathematical library. |
| 348 | ** (These functions were already officially removed in 5.3; | 355 | ** (These functions were already officially removed in 5.3; |
