diff options
Diffstat (limited to 'ldo.c')
-rw-r--r-- | ldo.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -199,7 +199,7 @@ l_noret luaD_errerr (lua_State *L) { | |||
199 | ** The following macro chooses how strict is the code. | 199 | ** The following macro chooses how strict is the code. |
200 | */ | 200 | */ |
201 | #if !defined(LUAI_STRICT_ADDRESS) | 201 | #if !defined(LUAI_STRICT_ADDRESS) |
202 | #define LUAI_STRICT_ADDRESS 0 | 202 | #define LUAI_STRICT_ADDRESS 1 |
203 | #endif | 203 | #endif |
204 | 204 | ||
205 | #if LUAI_STRICT_ADDRESS | 205 | #if LUAI_STRICT_ADDRESS |