Merge branch 'NetHack-3.6'

This commit is contained in:
nhmall
2019-07-13 00:38:10 -04:00
27 changed files with 123 additions and 89 deletions

View File

@@ -938,7 +938,7 @@ unsigned long old_rumor_offset;
return rumor_offset;
}
void
static void
do_rnd_access_file(fname)
const char *fname;
{
@@ -1403,7 +1403,7 @@ do_date()
return;
}
boolean
static boolean
get_gitinfo(githash, gitbranch)
char *githash, *gitbranch;
{