X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=555ca15f0c6e79307f7dafe397c8222630592764;hp=604152233b003e44667f7b69fc2515c74b26f480;hb=343f3c63fc3a7f9ca4ba4163c9e4cf06cde8d0c3;hpb=9b5d9adba31e6d42b9dde81fcd3b6f8a0b16bcfc diff --git a/error.h b/error.h index 60415223..555ca15f 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"), \