Merge branch 'NetHack-3.7' into paxed-lua-v2-merged

This commit is contained in:
nhmall
2019-11-11 09:18:03 -05:00

View File

@@ -4242,10 +4242,10 @@ boolean wildcards;
void
reveal_paths(VOID_ARGS)
{
const char *fqn, *filep, *strp;
const char *fqn, *filep;
char buf[BUFSZ];
#if defined(UNIX) || defined(PREFIXES_IN_USE)
char *strp;
const char *strp;
#endif
#ifdef UNIX
char *envp, cwdbuf[PATH_MAX];