Skip to content
Snippets Groups Projects
Commit 8820b6d1 authored by gerd's avatar gerd
Browse files

* src/code/ntrace.lisp (*trace-encapsulate-package-names*): Add

	compiler.
parent 5357f6f7
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.25 2003/05/23 13:34:04 gerd Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/ntrace.lisp,v 1.26 2003/06/12 09:24:03 gerd Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -47,6 +47,7 @@ ...@@ -47,6 +47,7 @@
"LOOP" "LOOP"
"PRETTY-PRINT" "PRETTY-PRINT"
"SYSTEM" "SYSTEM"
"COMPILER"
"TRACE") "TRACE")
"List of package names. Encapsulate functions from these packages "List of package names. Encapsulate functions from these packages
by default. This should at least include the packages of functions by default. This should at least include the packages of functions
......
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