From 9430f000bbcedcd6f0edbe1c4852cb2b51c50ccc Mon Sep 17 00:00:00 2001 From: dos-reis Date: Tue, 19 Apr 2011 16:12:17 +0000 Subject: * boot/tokens.boot: charUpcase, charDowncase, stringUpcase, singDowncase, valueEq? are new builtin functions. * boot/ast.boot (bfMembr): Tidy. --- src/interp/sys-utility.boot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/interp/sys-utility.boot') diff --git a/src/interp/sys-utility.boot b/src/interp/sys-utility.boot index f5e1e7aa..fb967599 100644 --- a/src/interp/sys-utility.boot +++ b/src/interp/sys-utility.boot @@ -133,7 +133,7 @@ CONTAINED(x,y) == main where equal(x,y) eq(x,y) == cons? y => eq(x, first y) or eq(x, rest y) - symbolEqual?(x,y) + symbolEq?(x,y) equal(x,y) == atom y => x = y equal(x, first y) or equal(x, rest y) @@ -275,7 +275,7 @@ PRINT_-AND_-EVAL_-DEFUN(name,body) == hashTable cmp == testFun := cmp in '(ID EQ) => function sameObject? - cmp = 'EQL => function scalarEqual? + cmp = 'EQL => function scalarEq? cmp = 'EQUAL => function EQUAL error '"bad arg to hashTable" MAKE_-HASH_-TABLE(KEYWORD::TEST,testFun) -- cgit v1.2.3