X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=1cc40e7f4e6ca6ae08da109a6c416cff75bfbd1f;hp=f2e92c61c411eb70ca7b24a7a92ec9da40b7e8bf;hb=516425bb4bd508e036169a8829e1ad04e7a099cd;hpb=8b0ab0837ecdd5d28c7b6f31a605552f6942ca64 diff --git a/error.h b/error.h index f2e92c61..1cc40e7f 100644 --- a/error.h +++ b/error.h @@ -274,7 +274,8 @@ extern const char **para_errlist[]; PARA_ERROR(STRTOLL, "unknown strtoll error"), \ PARA_ERROR(ATOI_NO_DIGITS, "no digits found in string"), \ PARA_ERROR(ATOI_JUNK_AT_END, "further characters after number"), \ - PARA_ERROR(SIZE_PREFIX, "bad size prefix") \ + PARA_ERROR(SIZE_PREFIX, "bad size prefix"), \ + PARA_ERROR(REGEX, "regular expression error") \ #define EXEC_ERRORS \