Made the constant following the "interrupt" keyword optional. If omitted,
[fw/sdcc] / support / Util / SDCCerr.h
index bb8510e42932729a9e96970df520fa3df3f75013..221ca0b20af6b288f7b86be1a170dfb6044d847a 100644 (file)
@@ -182,6 +182,7 @@ SDCCERR - SDCC Standard error handler
 #define E_STACK_VIOLATION 164       /* internal stack violation */
 #define W_INT_OVL 165               /* integer overflow in expression */
 #define W_USELESS_DECL 166         /* useless declaration */
+#define E_INT_BAD_INTNO 167         /* invalid interrupt number */
 
 /** Describes the maximum error level that will be logged.  Any level
  *  includes all of the levels listed after it.