From 3e7415e846f2f75ed29e27e1211205ea6243e0c7 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 4 May 2018 17:01:45 -0300 Subject: reorganization of '#if's for sellecting a type for 'Rand64' + comments --- ltests.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ltests.h') diff --git a/ltests.h b/ltests.h index a6cee3c7..8d965e0a 100644 --- a/ltests.h +++ b/ltests.h @@ -1,5 +1,5 @@ /* -** $Id: ltests.h,v 2.57 2018/04/11 16:49:36 roberto Exp roberto $ +** $Id: ltests.h,v 2.58 2018/04/19 15:42:41 roberto Exp roberto $ ** Internal Header for Debugging of the Lua Implementation ** See Copyright Notice in lua.h */ @@ -49,6 +49,10 @@ #define LUA_USE_JUMPTABLE 0 +/* use 32-bit integers in random generator */ +#define LUA_RAND32 + + /* memory-allocator control variables */ typedef struct Memcontrol { unsigned long numblocks; -- cgit v1.2.3-55-g6feb