X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=blobdiff_plain;f=error.h;h=9874003903b202fceecb53ee318cc3e1982419df;hp=9b0de5ac12a946412a28735ec61dd88a3d9e7142;hb=7c5fafb3a13d58cdfc96f90b74972f7d9f7adef1;hpb=bd06800e612996d0c4b4c2ec52646a842d301452 diff --git a/error.h b/error.h index 9b0de5a..9874003 100644 --- a/error.h +++ b/error.h @@ -1,3 +1,9 @@ +/* + * Copyright (C) 2008 Andre Noll + * + * Licensed under the GPL v2. For licencing details see COPYING. + */ + /** * This bit indicates whether a number is considered a system error code. * If yes, the system errno is just the result of clearing this bit from @@ -25,13 +31,15 @@ _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") \ + _ERROR(BAD_OUTPUT_ARG, "invalid name for output") \ + _ERROR(REGEX, "regular expression error") /**