From 484af4a4fe1b1a5f62be6ec65df2e5697cea7186 Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Sat, 17 Dec 2005 17:52:15 +0000
Subject: [PATCH] Change initial value of *trace-encapsulate-default* to be
 :default for ppc too.

---
 code/ntrace.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/code/ntrace.lisp b/code/ntrace.lisp
index 6b2fe383e..616843baa 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.31 2005/10/07 14:20:12 rtoy Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/ntrace.lisp,v 1.32 2005/12/17 17:52:15 rtoy Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -34,7 +34,7 @@
   "If the trace indentation exceeds this value, then indentation restarts at
    0.")
 
-(defvar *trace-encapsulate-default* #-ppc :default #+ppc t
+(defvar *trace-encapsulate-default* :default
   "The default value for the :ENCAPSULATE option to trace.")
 
 (defvar *trace-encapsulate-package-names*
-- 
GitLab