aboutsummaryrefslogtreecommitdiff
path: root/src/interp/i-output.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/i-output.boot')
-rw-r--r--src/interp/i-output.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/i-output.boot b/src/interp/i-output.boot
index d455fad0..c2f53813 100644
--- a/src/interp/i-output.boot
+++ b/src/interp/i-output.boot
@@ -1185,7 +1185,7 @@ maprinChk x ==
maprinRows matrixList ==
newlineIfDisplaying()
while matrixList repeat
- y:=nreverse matrixList
+ y := reverse! matrixList
--Makes the matrices come out in order, since CONSed on backwards
matrixList:=nil
firstName := first first y