fixed bug 449137/453886
[fw/sdcc] / support / Util / SDCCerr.h
index 045fe6f3c7a77eabf2ab5bfa75a2243761f8b290..24d28264fc247b9a795a62cba0e74a452c904e92 100644 (file)
@@ -106,7 +106,7 @@ SDCCERR - SDCC Standard error handler
 #define  W_LITERAL_GENERIC  88         /* literal being cast to generic pointer */
 #define  E_SFR_ADDR_RANGE   89         /* sfr address out of range                     */
 #define         E_BITVAR_STORAGE   90          /* storage given for 'bit' variable     */
-#define  W_EXTERN_MISMATCH  91         /* extern declaration mismatches    */
+#define  E_EXTERN_MISMATCH  91         /* extern declaration mismatches    */
 #define  E_NONRENT_ARGS            92          /* fptr non reentrant has args          */
 #define  W_DOUBLE_UNSUPPORTED 93       /* 'double' not supported yet                   */
 #define  W_IF_NEVER_TRUE    94         /* if always false                                      */