Stuff a variable declaration inside a #if block that is only used for that

#if.
This commit is contained in:
Bill Fumerola 1999-09-25 02:11:30 +00:00
parent e9eda3a1e9
commit cefdc4ef10
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51636
2 changed files with 4 additions and 0 deletions

View File

@ -731,7 +731,9 @@ read_s0()
static int static int
write_s0() write_s0()
{ {
#ifdef NOT_NOW
int flag; int flag;
#endif
if (iotest) { if (iotest) {
print_s0(-1); print_s0(-1);
return 0; return 0;

View File

@ -731,7 +731,9 @@ read_s0()
static int static int
write_s0() write_s0()
{ {
#ifdef NOT_NOW
int flag; int flag;
#endif
if (iotest) { if (iotest) {
print_s0(-1); print_s0(-1);
return 0; return 0;