summaryrefslogtreecommitdiffstats
path: root/src/H5Eterm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Eterm.h')
-rw-r--r--src/H5Eterm.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/H5Eterm.h b/src/H5Eterm.h
index 64f63c8..cc70893 100644
--- a/src/H5Eterm.h
+++ b/src/H5Eterm.h
@@ -47,7 +47,8 @@ H5E_TST_g=
H5E_ARGS_g=
H5E_ERROR_g=
H5E_PLINE_g=
-H5E_CACHE_g= (-1);
+H5E_CACHE_g=
+H5E_NONE_MAJOR_g=(-1);
/* Reset minor error IDs */
@@ -181,6 +182,9 @@ H5E_BADVALUE_g=
/* Datatype conversion errors */
H5E_CANTCONVERT_g=
-H5E_BADSIZE_g= (-1);
+H5E_BADSIZE_g=
+
+/* No error, only for backward compatibility */
+H5E_NONE_MINOR_g= (-1);
#endif /* H5Eterm_H */