X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=538c757ae2f5bdc53ca3d6b13cfb7845998d36d1;hp=237fbc23b8efbef763577215330db681898cff7b;hb=d8213149049056e0cabbcbe575a10dfb1a83583e;hpb=52781d7f50556c622fc1efacadec6759fb519450 diff --git a/error.h b/error.h index 237fbc23..538c757a 100644 --- a/error.h +++ b/error.h @@ -39,6 +39,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"), \ #define STDOUT_ERRORS \ PARA_ERROR(STDOUT_EOF, "stdout: end of file"), \ @@ -225,7 +226,6 @@ extern const char **para_errlist[]; #define STDIN_ERRORS \ PARA_ERROR(STDIN_EOF, "end of file"), \ - PARA_ERROR(STDIN_NO_CHILD, "stdin btr node has no children"), \ @@ -248,7 +248,6 @@ extern const char **para_errlist[]; #define HTTP_RECV_ERRORS \ PARA_ERROR(HTTP_RECV_OVERRUN, "http_recv: output buffer overrun"), \ - PARA_ERROR(HTTP_RECV_NO_CHILD, "http_recv btr node has no children"), \ #define RECV_COMMON_ERRORS \