projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bb5d9c
)
Add E_STDIN_OVERRUN error code.
author
Andre Noll
<maan@systemlinux.org>
Sun, 10 Jan 2010 18:50:56 +0000
(19:50 +0100)
committer
Andre Noll
<maan@systemlinux.org>
Sun, 10 Jan 2010 18:50:56 +0000
(19:50 +0100)
error.h
patch
|
blob
|
history
diff --git
a/error.h
b/error.h
index
e47fa15
..
d6a4255
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"), \
+ PARA_ERROR(STDIN_OVERRUN, "stdin: output buffer overrun"), \