From 6808b2288465019f994333cb81e7ea8563fc9f3a Mon Sep 17 00:00:00 2001 From: dtc <dtc> Date: Sat, 29 Nov 1997 02:08:49 +0000 Subject: [PATCH] Backout the previous commit, function tracing still doesn't work on a CGC system, noted by Paul. --- code/ntrace.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/ntrace.lisp b/code/ntrace.lisp index b57d9b098..b19f10e3b 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.15 1997/11/28 07:58:08 dtc Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/ntrace.lisp,v 1.16 1997/11/29 02:08:49 dtc Exp $") ;;; ;;; ********************************************************************** ;;; @@ -31,7 +31,7 @@ "If the trace indentation exceeds this value, then indentation restarts at 0.") -(defvar *trace-encapsulate-default* :default +(defvar *trace-encapsulate-default* #-cgc :default #+cgc t "The default value for the :ENCAPSULATE option to trace.") -- GitLab