0.7.13.27:
authorChristophe Rhodes <csr21@cam.ac.uk>
Fri, 14 Mar 2003 16:09:39 +0000 (16:09 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Fri, 14 Mar 2003 16:09:39 +0000 (16:09 +0000)
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
version.lisp-expr

index c4c7115..46afb78 100644 (file)
@@ -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 ()
index fd749ab..46e7979 100644 (file)
@@ -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"