diff --git a/code/gc.lisp b/code/gc.lisp index 5f12d482ee8b55f5e95d174c8ae00b55d5c40bc8..53c43a66fdb10bd9cbe25ba4317e9dbe7abc6682 100644 --- a/code/gc.lisp +++ b/code/gc.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/gc.lisp,v 1.12 1992/03/26 03:24:14 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/gc.lisp,v 1.13 1992/03/26 05:55:23 wlott Exp $") ;;; ;;; ********************************************************************** ;;; @@ -88,8 +88,8 @@ (format t "Control Stack Usage: ~10:D bytes.~%" (control-stack-usage)) (format t "Binding Stack Usage: ~10:D bytes.~%" (binding-stack-usage)) (format t "The current dynamic space is ~D.~%" (current-dynamic-space)) - (format t "Garbage collection is currently ~:[DISABLED~;enabled.~]~%" - *gc-trigger*)) + (format t "Garbage collection is currently ~:[enabled~;DISABLED~].~%" + *gc-inhibit*)) (defun room-intermediate-info () (room-minimal-info)