[PATCH] evaluate_conditional() prepared for FP
commit07bc6f3abd6f1b16d3b7476a84aa127b56bb1233
authorAlexander Viro <viro@www.linux.org.uk>
Sat, 24 Jul 2004 05:35:45 +0000 (23 22:35 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:02:18 +0000 (7 21:02 -0700)
treec3fa8c89966868a340be9dc81dd40dcf7224d12b
parentbdc32ab8bb14f4ddfb07b13dfebd2545aab7b44c
[PATCH] evaluate_conditional() prepared for FP

preparation for FP - we will be replacing conversions from FP to boolean
with explicit foo != 0.0 and !foo with foo == 0.0; that way a bunch of places
won't have to think of FP at all and uses of FP in boolean contexts are
rare enough to warrant that.  So we switch evaluate_conditional() to getting
a struct expression **, which will allow such rewriting.
evaluate.c