From f5a63a98231f5b07ac9d0212ed53623073f5a890 Mon Sep 17 00:00:00 2001 From: Douglas Katzman Date: Thu, 1 Oct 2015 12:21:03 -0400 Subject: [PATCH] Unbreak test. It'll be nice when a compilation unit around make-host-2 actually works. Then I'd have seen that I forgot to commit a change to 'package-data-list' --- src/code/cold-error.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/code/cold-error.lisp b/src/code/cold-error.lisp index 752a52b3b..ab12f9d58 100644 --- a/src/code/cold-error.lisp +++ b/src/code/cold-error.lisp @@ -143,7 +143,7 @@ (/show0 "*MAXIMUM-ERROR-DEPTH*=..") (/hexstr max) (/show0 "in INFINITE-ERROR-PROTECTOR, calling ERROR-ERROR") - (error-error "Help! " + (sb!impl::error-error "Help! " cur " nested errors. " "SB-KERNEL:*MAXIMUM-ERROR-DEPTH* exceeded.")) -- 2.11.4.GIT