Fix ! by not clearing not at the bottom of the loop.

Add a blank line

Submitted by:	bde (blank line)
This commit is contained in:
Warner Losh 2014-02-05 00:26:11 +00:00
parent 8f932d9f17
commit 2c32ed5e40
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=261501

View File

@ -63,6 +63,7 @@ static void read_files(void);
static void errout(const char *fmt, ...)
{
va_list ap;
va_start(ap, fmt);
vfprintf(stderr, fmt, ap);
va_end(ap);
@ -480,8 +481,7 @@ read_file(char *fname)
if (op->op_value == 0 && opteq(op->op_name, wd))
goto nextparam;
match = 0;
nextparam:
not = 0;
nextparam:;
}
if (not)
compile += !match;