Skip to content
Snippets Groups Projects
Commit 94bb3ea5 authored by wlott's avatar wlott
Browse files

Marked continuations as :ignore-it so we can include them in ir1 as

constants.
parent d5115ca9
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/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 @@ ...@@ -104,6 +104,7 @@
(defstruct (continuation (defstruct (continuation
(:print-function %print-continuation) (:print-function %print-continuation)
(:make-load-form-fun :ignore-it)
(:constructor really-make-continuation (&optional dest))) (:constructor really-make-continuation (&optional dest)))
;; ;;
;; An indication of the way that this continuation is currently used: ;; An indication of the way that this continuation is currently used:
......
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