1.0.14.15: fix typo in inline declaration for SOURCE-FORM-HAS-PATH-P
authorNikodemus Siivola <nikodemus@random-state.net>
Mon, 4 Feb 2008 15:11:35 +0000 (15:11 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Mon, 4 Feb 2008 15:11:35 +0000 (15:11 +0000)
 * Thanks to Peter Graves.

src/compiler/ir1tran.lisp
version.lisp-expr

index 9642368..18619b0 100644 (file)
@@ -35,7 +35,7 @@
 (declaim (hash-table *source-paths*))
 (defvar *source-paths*)
 
-(declaim (inline source-form-hash-path-p))
+(declaim (inline source-form-has-path-p))
 (defun source-form-has-path-p (form)
   (not (typep form '(or symbol fixnum character))))
 
index 6059a47..9154970 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.14.14"
+"1.0.14.15"