]> git.gag.com Git - fw/sdcc/commitdiff
a more specific message
authorjohanknol <johanknol@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 7 Sep 2001 13:28:39 +0000 (13:28 +0000)
committerjohanknol <johanknol@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 7 Sep 2001 13:28:39 +0000 (13:28 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1238 4a8a32a2-be11-0410-ad9d-d568d2c75423

support/Util/SDCCerr.c

index 92e86883ff40d85db904bed94b3421f772a184fc..d3f54cb61b439a66bde84fbcc0449de1b558e2a5 100644 (file)
@@ -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,