diff options
Diffstat (limited to 'src/boot/tokens.boot')
-rw-r--r-- | src/boot/tokens.boot | 2 |
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 ] , _ |