aboutsummaryrefslogtreecommitdiff
path: root/src/boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/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"], _