diff --git a/compiler/vop.lisp b/compiler/vop.lisp index 4512c7f4276ca548a3ff470c87bbdbd8841c13f5..29571db2c7d7ffb2958ff9d7533c6ec7f6aeb045 100644 --- a/compiler/vop.lisp +++ b/compiler/vop.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/vop.lisp,v 1.31 1991/12/15 08:28:44 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/vop.lisp,v 1.32 1992/03/23 14:46:19 wlott Exp $") ;;; ;;; ********************************************************************** ;;; @@ -181,8 +181,8 @@ ;; ;; The first and last VOP in this block. If there are none, both slots are ;; null. - (start-vop nil (or vop null)) - (last-vop nil (or vop null)) + (start-vop nil :type (or vop null)) + (last-vop nil :type (or vop null)) ;; ;; Number of local TNs actually allocated. (local-tn-count 0 :type local-tn-count)