From dbbc18b48695c2339520e9ba1e640f7559ff2e8a Mon Sep 17 00:00:00 2001 From: dos-reis Date: Mon, 27 Dec 2010 08:39:14 +0000 Subject: * boot/initial-env.lisp (IDENTP): Remove. * boot/ast.boot: Replace IDENTP with symbol? where appropriate. * boot/parser.boot: Likewise. * boot/translator.boot: Likewise. --- src/boot/initial-env.lisp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/boot/initial-env.lisp') diff --git a/src/boot/initial-env.lisp b/src/boot/initial-env.lisp index a4b45b76..b5e9d869 100644 --- a/src/boot/initial-env.lisp +++ b/src/boot/initial-env.lisp @@ -178,9 +178,6 @@ (defun bvec-setelt (bv i x) (setf (sbit bv i) x)) -(defun identp (a) - (and (symbolp a) a)) - (defun |shoeReadLisp| (s n) (multiple-value-list (read-from-string s nil nil :start n))) -- cgit v1.2.3