From d498a6316f662a5f423e39a4d22fff624fca8816 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 10 Jan 2010 19:50:56 +0100 Subject: [PATCH] Add E_STDIN_OVERRUN error code. --- error.h | 1 + 1 file changed, 1 insertion(+) 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"), \ -- 2.39.2