From aeb215f426dcf602321f27292f91c931bf52cf54 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Fri, 27 Aug 1993 16:24:51 +0000 Subject: [PATCH] Added gc-pending field to the mutator structure. --- compiler/generic/objdef.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/generic/objdef.lisp b/compiler/generic/objdef.lisp index e59f4d197..bcfb277a3 100644 --- a/compiler/generic/objdef.lisp +++ b/compiler/generic/objdef.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/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 *") -- GitLab