aboutsummaryrefslogtreecommitdiff
path: root/src/interp/mark.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-12-11 01:27:32 +0000
committerdos-reis <gdr@axiomatics.org>2010-12-11 01:27:32 +0000
commitc95606b43200927a9b54c5bba9670020aee6712d (patch)
tree9162dcb1a1cf9b40554a2be87233558b92d852cb /src/interp/mark.boot
parent5e866b934c19a52da052a4cb97f972c7968968cc (diff)
downloadopen-axiom-c95606b43200927a9b54c5bba9670020aee6712d.tar.gz
* boot/ast.boot (bfMmeber): Tidy.
* interp/alql.boot: Clean up. * interp/br-con.boot: Likewise. * interp/br-op1.boot: Likewise. * interp/br-op2.boot: Likewise. * interp/br-saturn.boot: Likewise. * interp/br-search.boot: Likewise. * interp/br-util.boot: Likewise. * interp/c-doc.boot: Likewise. * interp/format.boot: Likewise. * interp/g-error.boot: Likewise. * interp/i-funsel.boot: Likewise. * interp/i-syscmd.boot: Likewise. * interp/mark.boot: Likewise. * interp/msgdb.boot: Likewise. * interp/newfort.boot: Likewise. * interp/pspad1.boot: Likewise. * interp/trace.boot: Likewise.
Diffstat (limited to 'src/interp/mark.boot')
-rw-r--r--src/interp/mark.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/mark.boot b/src/interp/mark.boot
index cd7997d4..ba127ef7 100644
--- a/src/interp/mark.boot
+++ b/src/interp/mark.boot
@@ -1469,7 +1469,7 @@ buildNewDefinition(op,theSig,formPredAlist) ==
theAlist := [[pred, first form, :theArgl] for [pred,:form] in alist]
theNils := [nil for x in theForm]
thePred :=
- member(outerPred, '(T %true)) => nil
+ outerPred in '(T %true) => nil
outerPred
def := ['DEF, theForm, theSig, theNils, ifize theAlist]
value :=