0.8.16.31:
authorJuho Snellman <jsnell@iki.fi>
Wed, 3 Nov 2004 22:35:11 +0000 (22:35 +0000)
committerJuho Snellman <jsnell@iki.fi>
Wed, 3 Nov 2004 22:35:11 +0000 (22:35 +0000)
Oops. Remove bogus :print-function from CLOOP.

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

index bf743c2..24efbcb 100644 (file)
   save-sp
   dynamic-state)
 
-(defstruct (cloop (:print-function print-cloop)
-                 (:conc-name loop-)
+(defstruct (cloop (:conc-name loop-)
                  (:predicate loop-p)
                  (:constructor make-loop)
                  (:copier copy-loop))
index 3261ba3..6dcb422 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".)
-"0.8.16.30"
+"0.8.16.31"