X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=error.h;h=81910e2d08f4cf8515c9fea2a87141da0e8eae4f;hb=3781a3df94ce9bb28c98369df7a140fb4c086c23;hp=94a412020119947db3fa3ec77aae293438ec4208;hpb=96c5cc23d6d1e8ecfb6eacee7eaf19efe51e89bc;p=paraslash.git diff --git a/error.h b/error.h index 94a41202..81910e2d 100644 --- a/error.h +++ b/error.h @@ -29,6 +29,8 @@ DEFINE_ERRLIST_OBJECT_ENUM; #define HTTP_SEND_ERRORS #define GGO_ERRORS #define COLOR_ERRORS +#define SIGNAL_ERRORS + extern const char **para_errlist[]; @@ -299,10 +301,6 @@ extern const char **para_errlist[]; PARA_ERROR(FILTER_SYNTAX, "syntax error"), \ -#define SIGNAL_ERRORS \ - PARA_ERROR(SIGNAL_SIG_ERR, "signal() returned SIG_ERR"), \ - - #define STRING_ERRORS \ PARA_ERROR(ATOI_OVERFLOW, "value too large"), \ PARA_ERROR(STRTOLL, "unknown strtoll error"), \