Move mood methods to a separate file.
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index 1cc40e7f4e6ca6ae08da109a6c416cff75bfbd1f..79931bf425b6028af61ad63d2735d99dcd2cdf5c 100644 (file)
--- a/error.h
+++ b/error.h
@@ -111,12 +111,15 @@ 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"), \