reorganization of '#if's for sellecting a type for 'Rand64' +

comments
This commit is contained in:
Roberto Ierusalimschy
2018-05-04 17:01:45 -03:00
parent e64e20ac81
commit 3e7415e846
2 changed files with 61 additions and 32 deletions

View File

@@ -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;