removed unneeded #include "sdccconf.h"
[fw/sdcc] / support / Util / SDCCerr.h
index 5bf10a805d85b4d71eb27ca0e1e9619ca8690b4a..fcd04ea873b4d08b0ea4eaa3bf66a39ba70cada7 100644 (file)
@@ -129,7 +129,7 @@ SDCCERR - SDCC Standard error handler
 #define  W_PTR_TYPE_INVALID 111         /* invalid type specifier for pointer       */
 #define  W_IMPLICIT_FUNC    112         /* function declared implicitly             */
 #define  W_CONTINUE         113         /* more than one line                       */
-#define  I_TOOMANY_SPILS    114         /* too many spils occured                   */
+#define  I_EXTENDED_STACK_SPILS    114         /* too many spils occured                   */
 #define  W_UNKNOWN_PRAGMA   115         /* #pragma directive unsupported            */
 #define  W_SHIFT_CHANGED    116         /* shift changed to zero                    */
 #define  W_UNKNOWN_OPTION   117         /* don't know the option                    */