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 void
reveal_paths(VOID_ARGS) reveal_paths(VOID_ARGS)
{ {
const char *fqn, *filep, *strp; const char *fqn, *filep;
char buf[BUFSZ]; char buf[BUFSZ];
#if defined(UNIX) || defined(PREFIXES_IN_USE) #if defined(UNIX) || defined(PREFIXES_IN_USE)
char *strp; const char *strp;
#endif #endif
#ifdef UNIX #ifdef UNIX
char *envp, cwdbuf[PATH_MAX]; char *envp, cwdbuf[PATH_MAX];