redeclare n for SYSCF only
This commit is contained in:
+3
-1
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user