Skip to content

Commit

Permalink
1.0.14.15: fix typo in inline declaration for SOURCE-FORM-HAS-PATH-P
Browse files Browse the repository at this point in the history
 * Thanks to Peter Graves.
  • Loading branch information
nikodemus committed Feb 4, 2008
1 parent 80f0a4f commit 6ccbdce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/compiler/ir1tran.lisp
Expand Up @@ -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))))

Expand Down
2 changes: 1 addition & 1 deletion version.lisp-expr
Expand Up @@ -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"

0 comments on commit 6ccbdce

Please sign in to comment.