From 66f5a47122d91ad3a395cc02549908b8daf1bdd8 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Thu, 24 Feb 2011 20:16:37 +0000 Subject: Rename getShellEntry to shellEntry now that it is a macro accessor that designate a place (usable in SETF). --- src/algebra/strap/BOOLEAN.lsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/algebra/strap/BOOLEAN.lsp') diff --git a/src/algebra/strap/BOOLEAN.lsp b/src/algebra/strap/BOOLEAN.lsp index 3be57204..c6cbc624 100644 --- a/src/algebra/strap/BOOLEAN.lsp +++ b/src/algebra/strap/BOOLEAN.lsp @@ -135,12 +135,12 @@ (DEFUN |BOOLEAN;size;Nni;17| ($) (DECLARE (IGNORE $)) 2) (DEFUN |BOOLEAN;index;Pi$;18| (|i| $) - (COND ((SPADCALL |i| (|getShellEntry| $ 26)) NIL) (T T))) + (COND ((SPADCALL |i| (|shellEntry| $ 26)) NIL) (T T))) (DEFUN |BOOLEAN;lookup;$Pi;19| (|a| $) (COND (|a| 1) (T 2))) (DEFUN |BOOLEAN;random;$;20| ($) - (COND ((SPADCALL (|random|) (|getShellEntry| $ 26)) NIL) (T T))) + (COND ((SPADCALL (|random|) (|shellEntry| $ 26)) NIL) (T T))) (DEFUN |BOOLEAN;convert;$If;21| (|x| $) (COND (|x| '|true|) (T '|false|))) -- cgit v1.2.3