aboutsummaryrefslogtreecommitdiff
path: root/src/interp/wi1.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-05-26 01:57:37 +0000
committerdos-reis <gdr@axiomatics.org>2010-05-26 01:57:37 +0000
commit9584120cc4fd35f1ae0639430e07d5936f1ac39b (patch)
tree44557a4869fcafa28dabc5d7a848e905d60e809f /src/interp/wi1.boot
parent295cd96697ce969f81da05327d0120141ce2dcdc (diff)
downloadopen-axiom-9584120cc4fd35f1ae0639430e07d5936f1ac39b.tar.gz
* interp/c-util.boot ($ClearBodyToken): New constant.
* interp/define.boot (compDefineCapsuleFunction): Use it in place of special character. (spadCompileOrSetq): Likewise. * interp/i-map.boot (addMap): Likewise. (getUserIdentifiersIn): Likewise. * interp/wi1.boot (spadCompileOrSetq): Likewise.
Diffstat (limited to 'src/interp/wi1.boot')
-rw-r--r--src/interp/wi1.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/wi1.boot b/src/interp/wi1.boot
index b2941ba7..7c47213c 100644
--- a/src/interp/wi1.boot
+++ b/src/interp/wi1.boot
@@ -853,7 +853,7 @@ spadCompileOrSetq form ==
--bizarre hack to take account of the existence of "known" functions
--good for performance (LISPLLIB size, BPI size, NILSEC)
[nam,[lam,vl,body]] := form
- CONTAINED(" ",body) => sayBrightly ['" ",:bright nam,'" not compiled"]
+ CONTAINED($ClearBodyToken,body) => sayBrightly ['" ",:bright nam,'" not compiled"]
if vl is [:vl',E] and body is [nam',: =vl'] then
LAM_,EVALANDFILEACTQ ['PUT,MKQ nam,MKQ 'SPADreplace,MKQ nam']
sayBrightly ['" ",:bright nam,'"is replaced by",:bright nam']