X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=5a5d015d4b2996c991909bee853d6cd3d8a0fd57;hp=d6a425508a207c15746e767a525ed359651d8f62;hb=5a38ee4a131d881d97c189616a63cf0a12272756;hpb=d498a6316f662a5f423e39a4d22fff624fca8816 diff --git a/error.h b/error.h index d6a42550..5a5d015d 100644 --- a/error.h +++ b/error.h @@ -227,7 +227,6 @@ extern const char **para_errlist[]; #define STDIN_ERRORS \ PARA_ERROR(STDIN_EOF, "end of file"), \ - PARA_ERROR(STDIN_OVERRUN, "stdin: output buffer overrun"), \ @@ -422,7 +421,6 @@ extern const char **para_errlist[]; #define FILE_WRITE_ERRORS \ PARA_ERROR(FW_WRITE, "file writer write error"), \ - PARA_ERROR(FW_OPEN, "file writer: can not open output file"), \ PARA_ERROR(FW_NO_FILE, "task started without open file"), \