From 10861b2d0844f61b893fe00d648565091c5d2d91 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Sat, 14 Dec 1991 09:06:33 +0000 Subject: [PATCH] Mark vop-info's :ignore-it so that we can tuck them into ir1. --- compiler/vop.lisp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/compiler/vop.lisp b/compiler/vop.lisp index 2910135eb..1c411d42f 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.29 1991/08/19 22:50:46 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/vop.lisp,v 1.30 1991/12/14 09:06:33 wlott Exp $") ;;; ;;; ********************************************************************** ;;; @@ -753,7 +753,8 @@ ;;; (defstruct (vop-info (:include template) - (:print-function %print-template)) + (:print-function %print-template) + (:make-load-form-fun :ignore-it)) ;; ;; Side-effects of this VOP and side-effects that affect the value of this ;; VOP. -- GitLab