From b4e903ec2ab0808a5f9dc40e88a503876d569097 Mon Sep 17 00:00:00 2001 From: Christophe Rhodes Date: Fri, 14 Mar 2003 16:09:39 +0000 Subject: [PATCH] 0.7.13.27: Fix typo in new BOUNDP optimization in PCL (thanks to Tony Martinez for spotting it) ... can't find a test case :-/ --- src/pcl/dlisp.lisp | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pcl/dlisp.lisp b/src/pcl/dlisp.lisp index c4c7115..46afb78 100644 --- a/src/pcl/dlisp.lisp +++ b/src/pcl/dlisp.lisp @@ -61,7 +61,7 @@ (defun emit-n-n-readers () (emit-one-or-n-index-reader/writer :reader t nil)) -(defun emit-n-n-boundp () +(defun emit-n-n-boundps () (emit-one-or-n-index-reader/writer :boundp t nil)) (defun emit-n-n-writers () diff --git a/version.lisp-expr b/version.lisp-expr index fd749ab..46e7979 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -18,4 +18,4 @@ ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"0.7.13.26" +"0.7.13.27" -- 1.7.10.4