X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=error.h;h=9874003903b202fceecb53ee318cc3e1982419df;hb=4e757d60f7642c61e09a20a2a1de442b23208966;hp=00fbbc867dd4d488c4886283c391950d4fcb7f34;hpb=8ea3d2b618aee3a4b0992e31ed2d94294273bd1f;p=adu.git diff --git a/error.h b/error.h index 00fbbc8..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 @@ -32,6 +38,8 @@ _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") /**