From: Nikodemus Siivola Date: Mon, 4 Feb 2008 15:11:35 +0000 (+0000) Subject: 1.0.14.15: fix typo in inline declaration for SOURCE-FORM-HAS-PATH-P X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=6ccbdce29c643d8e8e8dbbf60b2e911f9d34bb7d;p=sbcl.git 1.0.14.15: fix typo in inline declaration for SOURCE-FORM-HAS-PATH-P * Thanks to Peter Graves. --- diff --git a/src/compiler/ir1tran.lisp b/src/compiler/ir1tran.lisp index 9642368..18619b0 100644 --- a/src/compiler/ir1tran.lisp +++ b/src/compiler/ir1tran.lisp @@ -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)))) diff --git a/version.lisp-expr b/version.lisp-expr index 6059a47..9154970 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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"