aboutsummaryrefslogtreecommitdiff
path: root/src/boot/tokens.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-04-14 16:51:37 +0000
committerdos-reis <gdr@axiomatics.org>2008-04-14 16:51:37 +0000
commit144847152d5a5e764f66d42e3fed6f64c3da6c0c (patch)
treec691004b286e736b8017ea42db45e8a636011883 /src/boot/tokens.boot
parentd04a3262a6f4493bd65c45ff73b4d1b8243f47a0 (diff)
downloadopen-axiom-144847152d5a5e764f66d42e3fed6f64c3da6c0c.tar.gz
* boot/tokens.boot: Don't rename NOT.
* interp/define.boot: Add declarations. * interp/types.boot (%Signature): New.
Diffstat (limited to 'src/boot/tokens.boot')
-rw-r--r--src/boot/tokens.boot6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/boot/tokens.boot b/src/boot/tokens.boot
index e60da82e..4dbc50ac 100644
--- a/src/boot/tokens.boot
+++ b/src/boot/tokens.boot
@@ -254,8 +254,7 @@ for i in [ _
["mkpf", "MKPF"] , _
["nconc", "NCONC"] , _
["nil" ,NIL ] , _
- ["not", "NULL"] , _
- ["NOT", "NULL"] , _
+ ["not", "NOT"] , _
["nreverse", "NREVERSE"] , _
["null", "NULL"] , _
["or", "OR"] , _
@@ -316,8 +315,7 @@ for i in [ _
["mkpf", "MKPF"], _
["nconc", "NCONC"], _
["nil", "NIL"], _
- ["not", "NULL"], _
- ["NOT", "NULL"], _
+ ["not", "NOT"], _
["nreverse", "NREVERSE"], _
["null", "NULL"], _
["or", "OR"], _