Added .lib files to copy
[fw/sdcc] / support / Util / SDCCerr.h
index f529703413ad74bcd30c2ceb838cd594283ffbb0..8fcfa411514d37dec419a34b22524cdb509161df 100644 (file)
@@ -163,7 +163,10 @@ SDCCERR - SDCC Standard error handler
 #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         E_ARGUMENT_MISSING     148     /* Option requires an argument. */
+#define        E_ARGUMENT_MISSING      148     /* Option requires an argument. */
+#define W_STRAY_BACKSLASH 149
+#define W_NEWLINE_IN_STRING 150 
+#define E_CANNOT_USE_GENERIC_POINTER 151
 
 /** Describes the maximum error level that will be logged.  Any level
  *  includes all of the levels listed after it.