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

Backout the previous commit, function tracing still doesn't work on a

CGC system, noted by Paul.
parent 3bfa807a
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain. ;;; Carnegie Mellon University, and has been placed in the public domain.
;;; ;;;
(ext:file-comment (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 @@ ...@@ -31,7 +31,7 @@
"If the trace indentation exceeds this value, then indentation restarts at "If the trace indentation exceeds this value, then indentation restarts at
0.") 0.")
(defvar *trace-encapsulate-default* :default (defvar *trace-encapsulate-default* #-cgc :default #+cgc t
"The default value for the :ENCAPSULATE option to trace.") "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