From 0520c59af85dca3ddf8c06303b44a0943c83b451 Mon Sep 17 00:00:00 2001 From: Christophe Rhodes Date: Mon, 24 Mar 2003 15:11:23 +0000 Subject: [PATCH] 0.7.13.pcl-class.9 Remove one FIXME ... because it's fixed --- src/code/early-type.lisp | 1 - version.lisp-expr | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/code/early-type.lisp b/src/code/early-type.lisp index bb5e8ea..43394ff 100644 --- a/src/code/early-type.lisp +++ b/src/code/early-type.lisp @@ -354,7 +354,6 @@ (if (typep spec 'built-in-classoid) (or (built-in-classoid-translation spec) spec) spec)) - ;; FIXME: CL:CLASS objects are type specifiers. (t (let* (;; FIXME: This automatic promotion of FOO-style ;; specs to (FOO)-style specs violates the ANSI diff --git a/version.lisp-expr b/version.lisp-expr index 384d694..12a4d20 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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.pcl-class.8" +"0.7.13.pcl-class.9" -- 1.7.10.4