X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=c9031f8201695f49fa95dd9b9047228196d581a8;hp=1cc40e7f4e6ca6ae08da109a6c416cff75bfbd1f;hb=92339599bddb1b1b79b6aa76d645b403081f4835;hpb=516425bb4bd508e036169a8829e1ad04e7a099cd diff --git a/error.h b/error.h index 1cc40e7f..c9031f82 100644 --- a/error.h +++ b/error.h @@ -111,12 +111,14 @@ extern const char **para_errlist[]; #define MOOD_ERRORS \ - PARA_ERROR(MOOD_SYNTAX, "mood syntax error"), \ PARA_ERROR(NO_MOOD, "no mood available"), \ - PARA_ERROR(NOT_ADMISSIBLE, "file is not admissible"), \ PARA_ERROR(DUMMY_ROW, "attempted to access blob dummy object"), \ +#define MM_ERRORS \ + PARA_ERROR(MOOD_SYNTAX, "mood syntax error"), \ + + #define ATTRIBUTE_ERRORS \ PARA_ERROR(ATTR_SYNTAX, "attribute syntax error"), \ PARA_ERROR(NO_ATTRIBUTES, "no attributes defined yet"), \