aboutsummaryrefslogtreecommitdiff
path: root/src/interp/nruncomp.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/nruncomp.boot')
-rw-r--r--src/interp/nruncomp.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/nruncomp.boot b/src/interp/nruncomp.boot
index f2eec13e..71b401bc 100644
--- a/src/interp/nruncomp.boot
+++ b/src/interp/nruncomp.boot
@@ -89,7 +89,7 @@ NRTaddDeltaCode() ==
vectorRef($template,i) := deltaTran(item,compItem)
vectorRef($template,5) :=
$NRTaddForm =>
- $NRTaddForm is ["%Comma",:y] => nreverse y
+ $NRTaddForm is ["%Comma",:y] => reverse! y
NRTencode($NRTaddForm,$addForm)
nil