diff options
Diffstat (limited to 'ltests.h')
-rw-r--r-- | ltests.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -44,6 +44,10 @@ | |||
44 | #define LUA_RAND32 | 44 | #define LUA_RAND32 |
45 | 45 | ||
46 | 46 | ||
47 | /* test stack reallocation with strict address use */ | ||
48 | #define LUAI_STRICT_ADDRESS 1 | ||
49 | |||
50 | |||
47 | /* memory-allocator control variables */ | 51 | /* memory-allocator control variables */ |
48 | typedef struct Memcontrol { | 52 | typedef struct Memcontrol { |
49 | int failnext; | 53 | int failnext; |