]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - error.h
Merge branch 'master' into next
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index 1cc40e7f4e6ca6ae08da109a6c416cff75bfbd1f..c9031f8201695f49fa95dd9b9047228196d581a8 100644 (file)
--- 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"), \