]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - error.h
Don't use ENAVAIL.
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index 5a5d015d4b2996c991909bee853d6cd3d8a0fd57..ecea044ba991f566b542dce7363925855c0b73ad 100644 (file)
--- a/error.h
+++ b/error.h
@@ -40,6 +40,7 @@ extern const char **para_errlist[];
 #define BUFFER_TREE_ERRORS \
        PARA_ERROR(BTR_EOF, "buffer tree: end of file"), \
        PARA_ERROR(BTR_NO_CHILD, "btr node has no children"), \
+       PARA_ERROR(BTR_NAVAIL, "btr node: value currently unavailable"), \
 
 #define STDOUT_ERRORS \
        PARA_ERROR(STDOUT_EOF, "stdout: end of file"), \