diff --git a/compiler/eval-comp.lisp b/compiler/eval-comp.lisp
index 2f1550bf086875bb5cf2288e89f72e5aa316f54e..d144c8c23c29c71206036df80f3a20374efa6e5b 100644
--- a/compiler/eval-comp.lisp
+++ b/compiler/eval-comp.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/compiler/eval-comp.lisp,v 1.32 2002/12/13 19:25:50 toy Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/eval-comp.lisp,v 1.33 2003/01/21 16:51:09 toy Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -49,6 +49,7 @@
 (defun compile-for-eval (form quietly &optional env)
   (with-ir1-namespace
     (let* ((*block-compile* nil)
+	   (*coalesce-constants* nil)
 	   (*lexical-environment* (or env (make-null-environment)))
 	   ;;
 	   (*compiler-error-output*
diff --git a/compiler/main.lisp b/compiler/main.lisp
index 47bd694ff1f4c00b449eab7a1c86d311fdb4334e..ebd432903565ffb008a8af4a44cd587390db5c7e 100644
--- a/compiler/main.lisp
+++ b/compiler/main.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/compiler/main.lisp,v 1.130 2003/01/06 15:10:18 toy Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/main.lisp,v 1.131 2003/01/21 16:51:09 toy Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -1858,6 +1858,7 @@
 	     (*source-info* (make-lisp-source-info form))
 	     (*top-level-lambdas* ())
 	     (*converting-for-interpreter* nil)
+	     (*coalesce-constants* nil)
 	     (*block-compile* nil)
 	     (*compiler-error-bailout*
 	      #'(lambda ()