some progress on escape sequences
[fw/sdcc] / support / Util / SDCCerr.c
index 04ec9060aaca38efef6e6383be2a6ebd304b29f8..db6d963d6f10b2e0f3573a24e4a430069290872d 100644 (file)
@@ -345,7 +345,16 @@ struct
     "both long and short specified for %s '%s'" },
 { E_SIGNED_AND_UNSIGNED_INVALID, ERROR_LEVEL_ERROR,
     "both signed and unsigned specified for %s '%s'" },
+{ E_TWO_OR_MORE_STORAGE_CLASSES, ERROR_LEVEL_ERROR,
+    "two or more storage classes in declaration for '%s'" },
+{ W_EXESS_ARRAY_INITIALIZERS, ERROR_LEVEL_WARNING,
+    "excess elements in array initializer after `%s' at line %d" },
+{ E_ARGUMENT_MISSING, ERROR_LEVEL_ERROR,
+   "Option %s requires an argument." },
+{ W_STRAY_BACKSLASH, ERROR_LEVEL_WARNING,
+    "stray '\\' in program" },
 };
+
 /*
 -------------------------------------------------------------------------------
 SetErrorOut - Set the error output file