m_getfld2: ERR2 means a read error, thus name it IOERR2
[mmh] / h / mh.h
diff --git a/h/mh.h b/h/mh.h
index a93d9a9..8107a3e 100644 (file)
--- a/h/mh.h
+++ b/h/mh.h
@@ -214,7 +214,7 @@ struct field {
 enum state {
        LENERR2 = -2,
        FMTERR2 = -3,
-       ERR2 = -1,
+       IOERR2 = -1,
        FLD2 = 0,
        BODY2,
        FILEEOF2,