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

Added gc-pending field to the mutator structure.

parent fd32d6e1
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/generic/objdef.lisp,v 1.34 1993/08/27 14:39:48 wlott Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/objdef.lisp,v 1.35 1993/08/27 16:24:51 wlott Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -397,6 +397,7 @@
(pending-signal :c-type "int")
(pending-code :c-type "int")
(pending-mask :c-type "int")
(gc-pending :c-type "boolean")
;; Stacks.
(control-stack-base :c-type "lispobj *")
(control-stack-pointer :c-type "lispobj *")
......
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