aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-12-14 04:13:22 +0000
committerdos-reis <gdr@axiomatics.org>2011-12-14 04:13:22 +0000
commit2d1de66e2c4cec3486d32094c99bf9ac48ee89c1 (patch)
tree88966bf633622262f609aa70da47c5f79b59e6f1 /src
parent5194dddb3e0d1b30ec62e8243f59854eef3c4afe (diff)
downloadopen-axiom-2d1de66e2c4cec3486d32094c99bf9ac48ee89c1.tar.gz
fix misc
Diffstat (limited to 'src')
-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 b8e32570..8c741420 100644
--- a/src/interp/g-util.boot
+++ b/src/interp/g-util.boot
@@ -340,7 +340,7 @@ isSubDomain(d1,d2) ==
-- 4. Otherwise, lookup in the super-domain chain.
pred' := isSubDomain(sup,d2) =>
- MKPF([pred',sublisFormal(args,pred,$AtVariables)],"AND")
+ ['%and,pred',sublisFormal(args,pred,$AtVariables)]
-- 5. Lot of smoke, no fire.
false