From 6ccbdce29c643d8e8e8dbbf60b2e911f9d34bb7d Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Mon, 4 Feb 2008 15:11:35 +0000 Subject: [PATCH] 1.0.14.15: fix typo in inline declaration for SOURCE-FORM-HAS-PATH-P * Thanks to Peter Graves. --- src/compiler/ir1tran.lisp | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" -- 1.7.10.4