X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=7416be5762c9aa09b6b858c3be1eb5f8972490f0;hp=d9133aa1317647c4bbf70f8052a8dff213f7f665;hb=532a50e996b8770dc5bdd762fdc91e5069915b0a;hpb=badcf6125a8e0b2845348aca46d288f141e4f509 diff --git a/error.h b/error.h index d9133aa1..7416be57 100644 --- a/error.h +++ b/error.h @@ -30,7 +30,7 @@ DEFINE_ERRLIST_OBJECT_ENUM; #define GGO_ERRORS #define COLOR_ERRORS #define SIGNAL_ERRORS - +#define FADE_ERRORS extern const char **para_errlist[]; @@ -74,10 +74,6 @@ extern const char **para_errlist[]; PARA_ERROR(MAX_CLIENTS, "maximal number of clients exceeded"), \ -#define FADE_ERRORS \ - PARA_ERROR(FADE_SYNTAX, "fade syntax error"), \ - - #define CLIENT_ERRORS \ PARA_ERROR(TASK_STARTED, "task started"), \