Made the constant following the "interrupt" keyword optional. If omitted,
[fw/sdcc] / support / Util / SDCCerr.c
index 3fdc279f59d774575e3130d3810ef941686f2090..925b81c2b9f83b729d8f138580b1fb1be9eacea5 100644 (file)
@@ -389,6 +389,8 @@ struct
     "integer overflow in expression" },
 { W_USELESS_DECL, ERROR_LEVEL_WARNING,
     "useless declaration (possible use of keyword as variable name)" },
+{ E_INT_BAD_INTNO, ERROR_LEVEL_ERROR,
+    "interrupt number '%u' is not valid" },
 };
 
 /*