aboutsummaryrefslogtreecommitdiffstats
path: root/gawkapi.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-08-06 22:25:43 +0300
committerArnold D. Robbins <arnold@skeeve.com>2014-08-06 22:25:43 +0300
commit09dca22666681470a207083f339083a1a4a8c973 (patch)
treedaabf56f62befcb127d6791047cec47baa154f49 /gawkapi.h
parent4425e6c5b88ecc03371b68926ebf89ebe03839ba (diff)
parent6b9d87b595278e606096018ea16615033c5571fe (diff)
downloadegawk-09dca22666681470a207083f339083a1a4a8c973.tar.gz
egawk-09dca22666681470a207083f339083a1a4a8c973.tar.bz2
egawk-09dca22666681470a207083f339083a1a4a8c973.zip
Merge branch 'master' into comment
Diffstat (limited to 'gawkapi.h')
-rw-r--r--gawkapi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gawkapi.h b/gawkapi.h
index 5ccadc21..090cf797 100644
--- a/gawkapi.h
+++ b/gawkapi.h
@@ -142,8 +142,8 @@ typedef struct awk_input {
* so there is no need to set it unless an error occurs.
*
* If an error does occur, the function should return EOF and set
- * *errcode to a non-zero value. In that case, if *errcode does not
- * equal -1, gawk will automatically update the ERRNO variable based
+ * *errcode to a positive value. In that case, if *errcode is greater
+ * than zero, gawk will automatically update the ERRNO variable based
* on the value of *errcode (e.g., setting *errcode = errno should do
* the right thing).
*/