From acc3ed6373ce1eef51323efcb7ba3ccf0dc3e882 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 16 Apr 2011 14:08:10 +0000 Subject: cleanup --- src/boot/tokens.boot | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/boot/tokens.boot') diff --git a/src/boot/tokens.boot b/src/boot/tokens.boot index 4b2cd544..c4cf1664 100644 --- a/src/boot/tokens.boot +++ b/src/boot/tokens.boot @@ -262,8 +262,10 @@ for i in [ _ ["exit", "EXIT"] , _ ["false", 'NIL] , _ ["first", "CAR"] , _ + ["float?", "FLOATP"] , _ ["fourth", "CADDDR"] , _ ["function","FUNCTION"] , _ + ["function?","FUNCTIONP"] , _ ["gensym", "GENSYM"] , _ ["genvar", "GENVAR"] , _ ["integer?","INTEGERP"] , _ @@ -292,6 +294,7 @@ for i in [ _ ["rest", "CDR"] , _ ["reverse", "REVERSE"] , _ ["sameObject?", "EQ" ] , _ + ["scalarEqual?","EQL" ] , _ ["second", "CADR"] , _ ["setDifference", "SETDIFFERENCE"] , _ ["setIntersection", "INTERSECTION"] , _ -- cgit v1.2.3