aboutsummaryrefslogtreecommitdiff
path: root/src/interp/wi2.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-09-26 18:43:36 +0000
committerdos-reis <gdr@axiomatics.org>2009-09-26 18:43:36 +0000
commit1ea145d58ec94029d4f6e30a6f854f728154ad8c (patch)
tree676f0e73479516d288c33dcc3156029b71554d75 /src/interp/wi2.boot
parentfeb9d8d42ee30dbdad5184b654e3de461c06e7e7 (diff)
downloadopen-axiom-1ea145d58ec94029d4f6e30a6f854f728154ad8c.tar.gz
More cleanup
Diffstat (limited to 'src/interp/wi2.boot')
-rw-r--r--src/interp/wi2.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/wi2.boot b/src/interp/wi2.boot
index c272fedc..3a4ef8b4 100644
--- a/src/interp/wi2.boot
+++ b/src/interp/wi2.boot
@@ -1054,8 +1054,8 @@ doItIf(item is [.,p,x,y],$predl,$e) ==
nils:=[gv,:nils]
n:=n+1
- $functorLocalParameters:=[:oldFLP,:REVERSE nils]
- REVERSE ans
+ $functorLocalParameters:=[:oldFLP,:reverse nils]
+ reverse ans
oldFLP:=$functorLocalParameters
if y~="%noBranch" then
--> new <-----------------------