X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=error.h;h=00fbbc867dd4d488c4886283c391950d4fcb7f34;hb=8ea3d2b618aee3a4b0992e31ed2d94294273bd1f;hp=895f9f89bdc68d0a1242afc237fe930fc3db1786;hpb=bab4b8635b3e048e1d7c9a914ddace3433f02164;p=adu.git diff --git a/error.h b/error.h index 895f9f8..00fbbc8 100644 --- a/error.h +++ b/error.h @@ -25,7 +25,13 @@ _ERROR(MMAP, "mmap error") \ _ERROR(OSL, "osl error") \ _ERROR(SIGNAL_SIG_ERR, "signal() returned SIG_ERR") \ - _ERROR(OUTPUT, "error writing output file") \ + _ERROR(OUTPUT, "error writing output") \ + _ERROR(MALFORMED_FORMAT, "malformed format string") \ + _ERROR(BAD_ALIGN_SPEC, "bad alignment specifier") \ + _ERROR(TRAILING_GARBAGE, "trailing garbage after specifier") \ + _ERROR(UNIT, "no unit allowed here") \ + _ERROR(BAD_UNIT, "invalid unit specifier") \ + _ERROR(BAD_ATOM, "invalid atom") \ /**