redeclare n for SYSCF only

This commit is contained in:
nethack.allison
2012-02-24 01:01:03 +00:00
parent 252e005e45
commit a4cb32e786
+3 -1
View File
@@ -1987,11 +1987,13 @@ int src;
{ {
#if defined(MICRO) && !defined(NOCWD_ASSUMPTIONS) #if defined(MICRO) && !defined(NOCWD_ASSUMPTIONS)
static boolean ramdisk_specified = FALSE; static boolean ramdisk_specified = FALSE;
#endif
#ifdef SYSCF
int n;
#endif #endif
char *bufp, *altp; char *bufp, *altp;
uchar translate[MAXPCHARS]; uchar translate[MAXPCHARS];
int len; int len;
/* lines beginning with '#' are comments */ /* lines beginning with '#' are comments */
if (*buf == '#') if (*buf == '#')
return 1; return 1;