From: nethack.allison Date: Fri, 24 Feb 2012 01:01:03 +0000 (+0000) Subject: redeclare n for SYSCF only X-Git-Tag: MOVE2GIT~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a4cb32e786a74968f9e4619162236c56297965d5;p=nethack redeclare n for SYSCF only --- diff --git a/src/files.c b/src/files.c index 508502c78..4283316fc 100644 --- a/src/files.c +++ b/src/files.c @@ -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;