diff options
Diffstat (limited to 'ltests.h')
-rw-r--r-- | ltests.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ltests.h,v 2.57 2018/04/11 16:49:36 roberto Exp roberto $ | 2 | ** $Id: ltests.h,v 2.58 2018/04/19 15:42:41 roberto Exp roberto $ |
3 | ** Internal Header for Debugging of the Lua Implementation | 3 | ** Internal Header for Debugging of the Lua Implementation |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -49,6 +49,10 @@ | |||
49 | #define LUA_USE_JUMPTABLE 0 | 49 | #define LUA_USE_JUMPTABLE 0 |
50 | 50 | ||
51 | 51 | ||
52 | /* use 32-bit integers in random generator */ | ||
53 | #define LUA_RAND32 | ||
54 | |||
55 | |||
52 | /* memory-allocator control variables */ | 56 | /* memory-allocator control variables */ |
53 | typedef struct Memcontrol { | 57 | typedef struct Memcontrol { |
54 | unsigned long numblocks; | 58 | unsigned long numblocks; |