Skip to content

Commit

Permalink
0.pre8.55:
Browse files Browse the repository at this point in the history
        Fixed typo in CONTINUATION-CHECK-TYPES (thanks to Gerd
        Moellmann).
  • Loading branch information
Alexey Dejneka committed Apr 12, 2003
1 parent 782cd0b commit 17251ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/compiler/checkgen.lisp
Expand Up @@ -226,7 +226,7 @@
(dest (continuation-dest cont)))
(aver (not (eq ctype *wild-type*)))
(multiple-value-bind (ctypes count) (no-fun-values-types ctype)
(multiple-value-bind (atypes acount) (no-fun-values-types ctype)
(multiple-value-bind (atypes acount) (no-fun-values-types atype)
(aver (eq count acount))
(cond ((not (eq count :unknown))
(if (or (exit-p dest)
Expand Down
2 changes: 1 addition & 1 deletion version.lisp-expr
Expand Up @@ -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.pre8.55"
"0.pre8.56"

0 comments on commit 17251ef

Please sign in to comment.