summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--stdlib/compiler.tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/compiler.tl b/stdlib/compiler.tl
index e2301296..7756e98e 100644
--- a/stdlib/compiler.tl
+++ b/stdlib/compiler.tl
@@ -1303,7 +1303,7 @@
(set form ^(,bin ,a ,b)))
((- @a)
(set form ^(neg ,a)))
- ((@(or identity + * min max) @a)
+ ((@(or identity + * min max logior logand) @a)
(return-from comp-fun-form me.(compile oreg env a)))))
(when (plusp olev)