Quiet a [useless] compiler warning.

This commit is contained in:
obrien 2001-07-23 23:27:28 +00:00
parent 274f364f05
commit adeb9166b8

View File

@ -176,7 +176,7 @@ not_squish(plan)
tail = result = NULL;
while (next = yanknode(&plan)) {
while ((next = yanknode(&plan))) {
/*
* if we encounter a ( expression ) then look for nots in
* the expr subplan.