aboutsummaryrefslogtreecommitdiff
path: root/src/interp/slam.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/slam.boot')
-rw-r--r--src/interp/slam.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/slam.boot b/src/interp/slam.boot
index 10754df6..e0ff0c04 100644
--- a/src/interp/slam.boot
+++ b/src/interp/slam.boot
@@ -115,7 +115,7 @@ isRecurrenceRelation(op,body,minivectorName) ==
body:= generalTerm
for [a,:b] in al repeat
body:= substitute(b,a,body)
- result:= [body,sharpArg,n-1,:nreverse [LASSOC(i,initList) or
+ result:= [body,sharpArg,n-1,:reverse! [LASSOC(i,initList) or
systemErrorHere('"isRecurrenceRelation")
for i in minIndex..(n-1)]]