Added .lib files to copy
[fw/sdcc] / support / Util / SDCCerr.h
index c70953d04aaa50d9df6ed2f10e9640ce2e5a2b76..8fcfa411514d37dec419a34b22524cdb509161df 100644 (file)
@@ -163,6 +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 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.