From c5dd54fc9cd74791c107449b41b587ff75b4ebd4 Mon Sep 17 00:00:00 2001 From: johanknol Date: Thu, 13 Mar 2003 17:31:44 +0000 Subject: [PATCH] Hacked const and volatile modifiers a bit git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2385 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- support/Util/SDCCerr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/Util/SDCCerr.c b/support/Util/SDCCerr.c index 86ae987e..6698c0a4 100644 --- a/support/Util/SDCCerr.c +++ b/support/Util/SDCCerr.c @@ -118,7 +118,7 @@ struct { W_TRUNCATION, ERROR_LEVEL_WARNING, "high order truncation might occur" }, { E_CODE_WRITE, ERROR_LEVEL_ERROR, - "Attempt to assign value to a constant variable %s" }, + "Attempt to assign value to a constant variable (%s)" }, { E_LVALUE_CONST, ERROR_LEVEL_ERROR, "Lvalue specifies constant object" }, { E_ILLEGAL_ADDR, ERROR_LEVEL_ERROR, -- 2.47.2