From 7c7780cf5b87b2d08c268aefb5a27e19a73071cc Mon Sep 17 00:00:00 2001 From: dtc <dtc> Date: Fri, 28 Nov 1997 07:58:08 +0000 Subject: [PATCH] Function tracing should now work under CGC so it no longer needs to use encapsulation by default. --- code/ntrace.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/ntrace.lisp b/code/ntrace.lisp index 8bf59452d..b57d9b098 100644 --- a/code/ntrace.lisp +++ b/code/ntrace.lisp @@ -5,7 +5,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/ntrace.lisp,v 1.14 1997/11/04 14:52:27 dtc Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/ntrace.lisp,v 1.15 1997/11/28 07:58:08 dtc Exp $") ;;; ;;; ********************************************************************** ;;; @@ -31,7 +31,7 @@ "If the trace indentation exceeds this value, then indentation restarts at 0.") -(defvar *trace-encapsulate-default* #-cgc :default #+cgc t +(defvar *trace-encapsulate-default* :default "The default value for the :ENCAPSULATE option to trace.") -- GitLab