From: johanknol Date: Thu, 13 Mar 2003 17:31:44 +0000 (+0000) Subject: Hacked const and volatile modifiers a bit X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=c5dd54fc9cd74791c107449b41b587ff75b4ebd4;p=fw%2Fsdcc 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 --- 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,