Merge branch 'NetHack-3.6.2'

This commit is contained in:
nhmall
2019-01-29 17:23:22 -05:00
7 changed files with 13 additions and 9 deletions

View File

@@ -38,6 +38,8 @@
#include "hack.h"
#if defined(USE_ISAAC64) && !defined(RANDOM)
#else
#ifdef LIBC_SCCS
#ifndef lint
static char sccsid[] = "@(#)random.c 5.5 (Berkeley) 7/6/88";
@@ -377,3 +379,7 @@ random()
}
return (i);
}
#endif /* else defined(USE_ISAAC64) && !defined(RANDOM) */