aboutsummaryrefslogtreecommitdiff
path: root/src/boot/tokens.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-09-25 03:15:11 +0000
committerdos-reis <gdr@axiomatics.org>2009-09-25 03:15:11 +0000
commit7704713134cb251be6129f38833930228e09eee2 (patch)
tree9a6e84cf718748ea7c1d7b47fd4f42c2635654e1 /src/boot/tokens.boot
parentd351d1076c6a506fc4bbbb01d26e86c187096ef8 (diff)
downloadopen-axiom-7704713134cb251be6129f38833930228e09eee2.tar.gz
* boot/ast.boot (bfMember): New.
(bfInfApplication): Use it. * boot/tokens.boot: Don't rename IN. * interp/ax.boot (makeAxFile): Fix thinko. (makeAxExportForm): Likewise.
Diffstat (limited to 'src/boot/tokens.boot')
-rw-r--r--src/boot/tokens.boot2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/boot/tokens.boot b/src/boot/tokens.boot
index 39a40df2..ca8c33e7 100644
--- a/src/boot/tokens.boot
+++ b/src/boot/tokens.boot
@@ -248,13 +248,11 @@ for i in [ _
["fourth", "CADDDR"] , _
["function","FUNCTION"] , _
["genvar", "GENVAR"] , _
- ["IN", "MEMBER"] , _
["is", "IS"] , _
["isnt", "ISNT"] , _
["lastNode", "LAST"] , _
["LAST", "last"] , _
["list", "LIST"] , _
--- ["member", "MEMBER"] , _
["mkpf", "MKPF"] , _
["nconc", "NCONC"] , _
["nil" ,NIL ] , _