* src/SDCCglue.h: make tmpfileNameSet available for preOutName
[fw/sdcc] / support / Util / SDCCerr.h
index aa76231ffbbb75d8ca4c4a984ab55a8c9024f248..ce20b85343400db201487adc2a1e763c9d688a28 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                    */
@@ -162,7 +162,7 @@ SDCCERR - SDCC Standard error handler
 #define E_LONG_AND_SHORT_INVALID  144    /* long and short invalid for .. */
 #define E_SIGNED_AND_UNSIGNED_INVALID 145 /* signed and unsigned invalid for .. */
 #define E_TWO_OR_MORE_STORAGE_CLASSES 146
-#define W_EXESS_ARRAY_INITIALIZERS 147 /* too much initializers for array */
+#define W_EXCESS_INITIALIZERS 147 /* too much initializers for array */
 #define        E_ARGUMENT_MISSING      148     /* Option requires an argument. */
 #define W_STRAY_BACKSLASH 149
 #define W_NEWLINE_IN_STRING 150 
@@ -172,6 +172,12 @@ SDCCERR - SDCC Standard error handler
 #define W_INTEGRAL2PTR_NOCAST 154
 #define W_PTR2INTEGRAL_NOCAST 155
 #define W_SYMBOL_NAME_TOO_LONG 156
+#define W_CAST_STRUCT_PTR 157 /* pointer to different structure types */
+#define W_IF_ALWAYS_TRUE 158
+#define E_PARAM_NAME_OMITTED 159
+#define W_NO_FILE_ARG_IN_C1 160
+#define E_NEED_OPT_O_IN_C1 161
+#define W_ILLEGAL_OPT_COMBINATION 162
 
 /** Describes the maximum error level that will be logged.  Any level
  *  includes all of the levels listed after it.