X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=error.h;h=57f581cf3fc405c46b919adfc6c4808c05424c82;hb=6a22b3923f75436aaf84135bd397ab82f22bc09f;hp=28ac9552315689124f2bfa1de0e50f874d2e9e61;hpb=bb3daee7cc11561159f168fe4f5427b53e54917f;p=paraslash.git diff --git a/error.h b/error.h index 28ac9552..57f581cf 100644 --- a/error.h +++ b/error.h @@ -386,7 +386,6 @@ extern const char **para_errlist[]; #define STRING_ERRORS \ PARA_ERROR(ATOI_OVERFLOW, "value too large"), \ - 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"), \