Skip to content
Snippets Groups Projects
Commit 333c5ef7 authored by ram's avatar ram
Browse files

:where -> :when

parent a70788c3
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/typetran.lisp,v 1.23 1993/08/19 17:36:12 ram Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/typetran.lisp,v 1.24 1993/08/19 21:03:39 ram Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -121,7 +121,7 @@ ...@@ -121,7 +121,7 @@
;;; load time. ;;; load time.
;;; ;;;
(deftransform find-class ((name) ((constant-argument symbol)) * (deftransform find-class ((name) ((constant-argument symbol)) *
:where :both) :when :both)
(let* ((name (continuation-value name)) (let* ((name (continuation-value name))
(cell (find-class-cell name))) (cell (find-class-cell name)))
`(or (class-cell-class ',cell) `(or (class-cell-class ',cell)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment