aboutsummaryrefslogtreecommitdiff
path: root/src/interp/nruncomp.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-12-03 14:58:23 +0000
committerdos-reis <gdr@axiomatics.org>2011-12-03 14:58:23 +0000
commitb2848762b8155be597dfa4819f8ff5ea337e3e4b (patch)
tree545f6ffb65af134ebc7826204922ec3b3470a591 /src/interp/nruncomp.boot
parentcd3e10cdeca214d5e437d22a8a9db312a5f1bd8c (diff)
downloadopen-axiom-b2848762b8155be597dfa4819f8ff5ea337e3e4b.tar.gz
* interp/nruncomp.boot (washFunctorBody) [clean]: Clean %when
forms too.
Diffstat (limited to 'src/interp/nruncomp.boot')
-rw-r--r--src/interp/nruncomp.boot4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/interp/nruncomp.boot b/src/interp/nruncomp.boot
index 29a36988..99e95197 100644
--- a/src/interp/nruncomp.boot
+++ b/src/interp/nruncomp.boot
@@ -361,6 +361,10 @@ washFunctorBody form == main form where
stmts = nil => nil
rest stmts = nil => first stmts
["PROGN",:stmts]
+ x is ['%when,:.] =>
+ for cl in x.args | cl is [.,s] repeat
+ second(cl) := clean s
+ x
x is ['%list] => nil
x