aboutsummaryrefslogtreecommitdiff
path: root/ltests.h
diff options
context:
space:
mode:
Diffstat (limited to 'ltests.h')
-rw-r--r--ltests.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ltests.h b/ltests.h
index 34205167..7f0ce404 100644
--- a/ltests.h
+++ b/ltests.h
@@ -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 */