File diff r1537:060bed3865f5 → r1538:9b83bdd8ee42
functions.h
Show inline comments
 
@@ -92,7 +92,7 @@ void NORETURN CDECL error(const char *st
 
// * Warning: DO NOT enable this unless you understand what it does
 
// **************
 

	
 
//#define RANDOM_DEBUG
 
#define RANDOM_DEBUG
 

	
 
#ifdef RANDOM_DEBUG
 
	#define Random() DoRandom(__LINE__, __FILE__)