X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=support%2FUtil%2FSDCCerr.h;h=ce20b85343400db201487adc2a1e763c9d688a28;hb=78d7ee2c82ef0a5d1207823537f4efe6d04a3d50;hp=ae338face3e610b8fb22ee3da1298b229ad81996;hpb=bf85b4cb3c675c32d900f2f8c0e42b13086e7e98;p=fw%2Fsdcc diff --git a/support/Util/SDCCerr.h b/support/Util/SDCCerr.h index ae338fac..ce20b853 100644 --- a/support/Util/SDCCerr.h +++ b/support/Util/SDCCerr.h @@ -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 */ @@ -173,6 +173,11 @@ SDCCERR - SDCC Standard error handler #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.