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 cb3ca9de..800c16dc 100644
--- a/share/txr/stdlib/compiler.tl
+++ b/share/txr/stdlib/compiler.tl
@@ -1684,7 +1684,7 @@
(when *eval*
(let ((pa *package-alist*))
(sys:vm-execute-toplevel vm-desc)
- (when (or (neq pa *package-alist*))
+ (when (neq pa *package-alist*)
(set fence t))))
(when (and *emit* (consp form))
out.(add flat-vd)