diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2018-05-04 17:01:45 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2018-05-04 17:01:45 -0300 |
commit | 3e7415e846f2f75ed29e27e1211205ea6243e0c7 (patch) | |
tree | 6c7fd1371648cd62f4ead5f9f25cb2e46a42b11d /ltests.h | |
parent | e64e20ac8136b6cf53601127fc5c69310d644eeb (diff) | |
download | lua-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.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; |