From: johanknol Date: Fri, 7 Sep 2001 13:28:39 +0000 (+0000) Subject: a more specific message X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=2577ec0fcf7104e559164b9cdd85f2a808e7eaf9;p=fw%2Fsdcc a more specific message git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1238 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/support/Util/SDCCerr.c b/support/Util/SDCCerr.c index 92e86883..d3f54cb6 100644 --- a/support/Util/SDCCerr.c +++ b/support/Util/SDCCerr.c @@ -75,7 +75,7 @@ struct { E_TMPFILE_FAILED, ERROR_LEVEL_ERROR, "Creation of temp file failed" }, { E_FUNCTION_EXPECTED, ERROR_LEVEL_ERROR, - "Function expected here '%s'" }, + "called object is not a function" }, { E_USING_ERROR, ERROR_LEVEL_ERROR, "'using', 'interrupt' or 'reentrant' must follow a function definiton .'%s'" }, { E_SFR_INIT, ERROR_LEVEL_ERROR,