diff options
-rw-r--r-- | ldo.c | 2 | ||||
-rw-r--r-- | ltests.h | 4 |
2 files changed, 3 insertions, 3 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 |
@@ -44,8 +44,8 @@ | |||
44 | #define LUA_RAND32 | 44 | #define LUA_RAND32 |
45 | 45 | ||
46 | 46 | ||
47 | /* test stack reallocation with strict address use */ | 47 | /* test stack reallocation without strict address use */ |
48 | #define LUAI_STRICT_ADDRESS 1 | 48 | #define LUAI_STRICT_ADDRESS 0 |
49 | 49 | ||
50 | 50 | ||
51 | /* memory-allocator control variables */ | 51 | /* memory-allocator control variables */ |