aboutsummaryrefslogtreecommitdiff
path: root/src/interp/macros.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/macros.lisp')
-rw-r--r--src/interp/macros.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/macros.lisp b/src/interp/macros.lisp
index 1c013f0c..dfa30086 100644
--- a/src/interp/macros.lisp
+++ b/src/interp/macros.lisp
@@ -695,7 +695,7 @@ terminals and empty or at-end files. In Common Lisp, we must assume record size
(if (> eol bol)
(setq line-list (cons (subseq str bol eol) line-list)))
(setq bol (+ eol 1)))
- (nreverse line-list)))
+ (|reverse!| line-list)))
; part of the old spad to new spad translator
; these are here because they need to be in depsys