From: Andre Noll Date: Sun, 10 Jan 2010 18:50:56 +0000 (+0100) Subject: Add E_STDIN_OVERRUN error code. X-Git-Tag: v0.4.2~166 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=d498a6316f662a5f423e39a4d22fff624fca8816 Add E_STDIN_OVERRUN error code. --- diff --git a/error.h b/error.h index e47fa152..d6a42550 100644 --- a/error.h +++ b/error.h @@ -227,6 +227,7 @@ extern const char **para_errlist[]; #define STDIN_ERRORS \ PARA_ERROR(STDIN_EOF, "end of file"), \ + PARA_ERROR(STDIN_OVERRUN, "stdin: output buffer overrun"), \