Fixed the hairy inline 'Y' bug in SDCC.y
[fw/sdcc] / src / SDCCerr.h
index e3ac831a38aba587a9df8c0cf94d46b71a507a13..4f7bb87f6c8e0bfc95378f3301d3a3f3cba395bb 100644 (file)
 #define  W_PTR_ASSIGN       129         /* incampatible pointer assignment */
 #define  W_UNKNOWN_MODEL    130                /* Unknown memory model */
 #define  E_UNKNOWN_TARGET   131         /* target not defined   */
+#define         W_INDIR_BANKED     132         /* Indirect call to a banked fun */
+#define         W_UNSUPPORTED_MODEL 133        /* Unsupported model, ignored */
+#define         W_BANKED_WITH_NONBANKED 134    /* banked and nonbanked attributes mixed */
+#define         W_BANKED_WITH_STATIC 135       /* banked and static mixed */
+#define  W_INT_TO_GEN_PTR_CAST 136     /* Converting integer type to generic pointer. */
+
 void werror(int, ...);