Skip to content
Snippets Groups Projects
Commit cfeea252 authored by dtc's avatar dtc
Browse files

Only need to default to trace encapsulation with CGC.

parent 955ea6d0
No related branches found
No related tags found
No related merge requests found
......@@ -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.13 1997/01/18 14:30:50 ram Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/ntrace.lisp,v 1.14 1997/11/04 14:52:27 dtc Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -31,7 +31,7 @@
"If the trace indentation exceeds this value, then indentation restarts at
0.")
(defvar *trace-encapsulate-default* #-x86 :default #+x86 t
(defvar *trace-encapsulate-default* #-cgc :default #+cgc t
"The default value for the :ENCAPSULATE option to trace.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment