From 4290f1ade0776785134db9a8dad8d4aa78e655ab Mon Sep 17 00:00:00 2001 From: sandeep Date: Fri, 21 Sep 2001 17:38:18 +0000 Subject: [PATCH] made the error message text more meaningful git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1296 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 b4308cd1..c46aa3ce 100644 --- a/support/Util/SDCCerr.c +++ b/support/Util/SDCCerr.c @@ -228,7 +228,7 @@ struct { W_LONG_UNSUPPORTED, ERROR_LEVEL_WARNING, "'%s' 'long' not supported , declared as 'int' ." }, { W_LITERAL_GENERIC, ERROR_LEVEL_WARNING, - "LITERAL value being cast to '_generic' pointer" }, + "illegal cast of LITERAL value to 'generic' pointer: assuming 'xdata' pointer" }, { E_SFR_ADDR_RANGE, ERROR_LEVEL_ERROR, "%s '%s' address out of range" }, { E_BITVAR_STORAGE, ERROR_LEVEL_ERROR, -- 2.47.2