]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Add E_STDIN_OVERRUN error code.
authorAndre Noll <maan@systemlinux.org>
Sun, 10 Jan 2010 18:50:56 +0000 (19:50 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 10 Jan 2010 18:50:56 +0000 (19:50 +0100)
error.h

diff --git a/error.h b/error.h
index e47fa152410a90f3c03d876b6ca53786afc141f4..d6a425508a207c15746e767a525ed359651d8f62 100644 (file)
--- 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"), \
 
 #define STDIN_ERRORS \
        PARA_ERROR(STDIN_EOF, "end of file"), \
+       PARA_ERROR(STDIN_OVERRUN, "stdin: output buffer overrun"), \