From: Andrea Corallo Date: Sun, 20 Oct 2019 13:24:18 +0000 (+0200) Subject: fix ice logging message X-Git-Tag: emacs-28.0.90~2727^2~1069 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e4684a2f9d07ca6ad836028514dda8e3e6643bf8;p=emacs.git fix ice logging message --- diff --git a/src/comp.c b/src/comp.c index 039daeeaadc..be966c2709a 100644 --- a/src/comp.c +++ b/src/comp.c @@ -218,10 +218,9 @@ static void ice (const char* msg) { if (msg) - msg = format_string ("Internal native compiler error: %s", msg); + error ("Internal native compiler error: %s", msg); else - msg = "Internal native compiler error"; - error ("%s", msg); + error ("Internal native compiler error"); } static void