summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/txr/stdlib/compiler.tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/txr/stdlib/compiler.tl b/share/txr/stdlib/compiler.tl
index e624970a..0c90d5ce 100644
--- a/share/txr/stdlib/compiler.tl
+++ b/share/txr/stdlib/compiler.tl
@@ -564,7 +564,7 @@
(defmeth compiler comp-if (me oreg env form)
(match-case (cdr form)
- (@(require ((@(and (or equal nequal) @op) @a @b) . @rest)
+ (@(require ((@(and @(or equal nequal) @op) @a @b) . @rest)
(or (eql-comparable a)
(eql-comparable b)))
(let* ((pos (eq op 'equal))