preproc.c: fix %ifn, %elifn

The sense of %ifn and %elifn was reversed due to a bogus nonstandard
return sequence.
This commit is contained in:
H. Peter Anvin 2008-07-16 14:38:24 -07:00
parent 819703afce
commit 90e6e811c9

View File

@ -1712,7 +1712,7 @@ static bool if_condition(Token * tline, enum preproc_token ct)
goto fail;
}
j = reloc_value(evalresult) != 0;
return j;
break;
default:
error(ERR_FATAL,