From 94bb3ea56a581757fd103ec6d91e8507de84e9b4 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Sun, 15 Dec 1991 08:20:23 +0000 Subject: [PATCH] Marked continuations as :ignore-it so we can include them in ir1 as constants. --- compiler/node.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/node.lisp b/compiler/node.lisp index f9acf05f0..9c834c1dd 100644 --- a/compiler/node.lisp +++ b/compiler/node.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/node.lisp,v 1.21 1991/12/14 18:14:12 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/node.lisp,v 1.22 1991/12/15 08:20:23 wlott Exp $") ;;; ;;; ********************************************************************** ;;; @@ -104,6 +104,7 @@ (defstruct (continuation (:print-function %print-continuation) + (:make-load-form-fun :ignore-it) (:constructor really-make-continuation (&optional dest))) ;; ;; An indication of the way that this continuation is currently used: -- GitLab