Skip to content
Snippets Groups Projects
Commit 10861b2d authored by wlott's avatar wlott
Browse files

Mark vop-info's :ignore-it so that we can tuck them into ir1.

parent 8e7e5fee
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
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