Clean up *feature* test in a couple of places.
commit29279538878b61ad5a57d7213279043cf625cc04
authorStas Boukarev <stassats@gmail.com>
Mon, 18 Jan 2016 16:42:04 +0000 (18 19:42 +0300)
committerStas Boukarev <stassats@gmail.com>
Mon, 18 Jan 2016 16:42:04 +0000 (18 19:42 +0300)
tree307ad94fd42f82d887990620c51008eb95d504f0
parentcefc4d2a55dc69c8e49454c3066b56df04c2745b
Clean up *feature* test in a couple of places.

Instead of (if (and #+feature nil conditions) ...) use
(cond #+feature(conditions ...))
src/compiler/float-tran.lisp
src/compiler/typetran.lisp