Changed option parsing greatly, hopefully simplifying
[fw/sdcc] / support / Util / SDCCerr.c
index af3a6a9b4046467064bbdb2a60ec59bd4f5cbf97..d4337253469ee1800bf247692d203155756a0549 100644 (file)
@@ -349,6 +349,8 @@ struct
     "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." }
 };
 
 /*