aboutsummaryrefslogtreecommitdiff
path: root/ltests.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2018-05-04 17:01:45 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2018-05-04 17:01:45 -0300
commit3e7415e846f2f75ed29e27e1211205ea6243e0c7 (patch)
tree6c7fd1371648cd62f4ead5f9f25cb2e46a42b11d /ltests.h
parente64e20ac8136b6cf53601127fc5c69310d644eeb (diff)
downloadlua-3e7415e846f2f75ed29e27e1211205ea6243e0c7.tar.gz
lua-3e7415e846f2f75ed29e27e1211205ea6243e0c7.tar.bz2
lua-3e7415e846f2f75ed29e27e1211205ea6243e0c7.zip
reorganization of '#if's for sellecting a type for 'Rand64' +
comments
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;