aboutsummaryrefslogtreecommitdiff
path: root/ltests.h
diff options
context:
space:
mode:
Diffstat (limited to 'ltests.h')
-rw-r--r--ltests.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/ltests.h b/ltests.h
index a6cee3c7..8d965e0a 100644
--- a/ltests.h
+++ b/ltests.h
@@ -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 */
53typedef struct Memcontrol { 57typedef struct Memcontrol {
54 unsigned long numblocks; 58 unsigned long numblocks;