aboutsummaryrefslogtreecommitdiff
path: root/src/interp/g-util.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-07-25 05:47:00 +0000
committerdos-reis <gdr@axiomatics.org>2010-07-25 05:47:00 +0000
commit7766e42778a0bfe271b35d6265122ca7103da24c (patch)
treeff6f4e6b4d877c60f6b3162cd07fd335db518fd4 /src/interp/g-util.boot
parent32593f2cb2bd9c344b83edec738f81eee3128d34 (diff)
downloadopen-axiom-7766e42778a0bfe271b35d6265122ca7103da24c.tar.gz
* interp/g-opt.boot (resetTo): New.
(optCatch): Use it. (optCall): Likewise. (optSpecialCall): Likewise. (simplifyVMForm): Handle simple cases here. * interp/macros.lisp (RPLACW): Remove.
Diffstat (limited to 'src/interp/g-util.boot')
-rw-r--r--src/interp/g-util.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/g-util.boot b/src/interp/g-util.boot
index 5d6cd5a9..9817e8e4 100644
--- a/src/interp/g-util.boot
+++ b/src/interp/g-util.boot
@@ -49,7 +49,7 @@ module g_-util where
--%
$AbstractionOperator ==
- '(LAM ILAM SLAM SPADSLAM LAMBDA)
+ '(LAM ILAM SLAM XLAM SPADSLAM LAMBDA)
++ Return true if the symbol 's' is used in the form 'x'.
usedSymbol?(s,x) ==