aboutsummaryrefslogtreecommitdiff
path: root/src/interp/sys-macros.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/sys-macros.lisp')
-rw-r--r--src/interp/sys-macros.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/sys-macros.lisp b/src/interp/sys-macros.lisp
index cda2479d..33e18eb3 100644
--- a/src/interp/sys-macros.lisp
+++ b/src/interp/sys-macros.lisp
@@ -977,7 +977,7 @@
(LIST 'THETACHECK G (MKQ G)(MKQ OP)))
(G) ))
(COND ((EQ OP 'CONS)
- (SETQ EXIT (LIST 'NREVERSE0 EXIT))))
+ (SETQ EXIT (LIST '|reverse!| EXIT))))
;; CONSCODE= code which conses a member onto the list
(SETQ VALUE
(COND ((EQ Y 'NO_THETA_PROPERTY)