Skip to content
Snippets Groups Projects
Commit ba4218b8 authored by rtoy's avatar rtoy
Browse files

Bind intl::*default-domain* so that changes to intl::*default-domain*

in the compiled file don't change it.
parent 36a21571
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/compiler/main.lisp,v 1.153 2010/03/19 15:19:01 rtoy Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/main.lisp,v 1.154 2010/04/03 18:40:48 rtoy Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -1597,7 +1597,8 @@ in the user USER-INFO slot of STREAM-SOURCE-LOCATIONs.") ...@@ -1597,7 +1597,8 @@ in the user USER-INFO slot of STREAM-SOURCE-LOCATIONs.")
(*info-environment* (*info-environment*
(or (backend-info-environment *backend*) (or (backend-info-environment *backend*)
*info-environment*)) *info-environment*))
(*gensym-counter* 0)) (*gensym-counter* 0)
(intl::*default-domain* intl::*default-domain*))
(with-debug-counters (with-debug-counters
(clear-stuff) (clear-stuff)
(with-compilation-unit () (with-compilation-unit ()
......
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