X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=d6a425508a207c15746e767a525ed359651d8f62;hp=e47fa152410a90f3c03d876b6ca53786afc141f4;hb=217c259f244ec0d00e90a313b3a8b6e79d77054f;hpb=b47dff48fac126f844f6497189b190a5a00957ec 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"), \