redeclare n for SYSCF only

This commit is contained in:
nethack.allison
2012-02-24 01:01:03 +00:00
parent 252e005e45
commit a4cb32e786

View File

@@ -1987,11 +1987,13 @@ int src;
{
#if defined(MICRO) && !defined(NOCWD_ASSUMPTIONS)
static boolean ramdisk_specified = FALSE;
#endif
#ifdef SYSCF
int n;
#endif
char *bufp, *altp;
uchar translate[MAXPCHARS];
int len;
/* lines beginning with '#' are comments */
if (*buf == '#')
return 1;