[cmucl-cvs] CMUCL commit: src/code (interr.lisp)

Raymond Toy rtoy at common-lisp.net
Thu Sep 1 16:53:46 UTC 2011


    Date: Thursday, September 1, 2011 @ 09:53:46
  Author: rtoy
    Path: /project/cmucl/cvsroot/src/code

Modified: interr.lisp

Insert line breaks in the yellow-zone message.


-------------+
 interr.lisp |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


Index: src/code/interr.lisp
diff -u src/code/interr.lisp:1.50 src/code/interr.lisp:1.51
--- src/code/interr.lisp:1.50	Tue Apr 20 10:57:44 2010
+++ src/code/interr.lisp	Thu Sep  1 09:53:46 2011
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /project/cmucl/cvsroot/src/code/interr.lisp,v 1.50 2010/04/20 17:57:44 rtoy Rel $")
+  "$Header: /project/cmucl/cvsroot/src/code/interr.lisp,v 1.51 2011/09/01 16:53:46 rtoy Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -666,9 +666,9 @@
 (defun yellow-zone-hit ()
   (let ((debug:*stack-top-hint* nil))
     (format *error-output*
-	    (intl:gettext "~2&~@<A control stack overflow has occurred: ~
-            the program has entered the yellow control stack guard zone.  ~
-            Please note that you will be returned to the Top-Level if you ~
+	    (intl:gettext "~2&~@<A control stack overflow has occurred:~%~
+            the program has entered the yellow control stack guard zone.~%~
+            Please note that you will be returned to the Top-Level if you~%~
             enter the red control stack guard zone while debugging.~@:>~2%"))
     (infinite-error-protect (error 'stack-overflow))))
 




More information about the cmucl-cvs mailing list