Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
-
39c24612
by Raymond Toy
at 2015-06-13T23:22:58Z
Increase *ERROR-PRINT-LINES* to a 10.
Five is a bit small, especially when printing out the message from
issue #5.
1 changed file:
Changes:
src/compiler/ir1util.lisp
--- a/src/compiler/ir1util.lisp
+++ b/src/compiler/ir1util.lisp
@@ -1665,7 +1665,7 @@
"The value for *Print-Level* when printing compiler error messages.")
(defvar *error-print-length* 5
"The value for *Print-Length* when printing compiler error messages.")
-(defvar *error-print-lines* 5
+(defvar *error-print-lines* 10
"The value for *Print-Lines* when printing compiler error messages.")
(defvar *enclosing-source-cutoff* 1