summaryrefslogtreecommitdiffstats
path: root/src/H5Eterm.h
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2006-03-17 20:14:14 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2006-03-17 20:14:14 (GMT)
commitb6e8651a3a98e2af1f8deb70dd73c1265065a588 (patch)
tree7b3cedcc29fbb1efbcc453f025a031193a3f89c9 /src/H5Eterm.h
parent3597bbd700866e5673262cf1a9c7bb2b13da5286 (diff)
downloadhdf5-b6e8651a3a98e2af1f8deb70dd73c1265065a588.zip
hdf5-b6e8651a3a98e2af1f8deb70dd73c1265065a588.tar.gz
hdf5-b6e8651a3a98e2af1f8deb70dd73c1265065a588.tar.bz2
[svn-r12115] Purpose: Change codes in a more appropriate way.
Description: Yesterday, H5E_NONE_MAJOR and H5E_NONE_MINOR were added to error API by hand. Solution: Today, correct the change by hand with the tool hdf5/bin/make_err. The change by hand is only in src/H5err.txt. Platforms tested: fuss - simple change. Misc. update:
Diffstat (limited to 'src/H5Eterm.h')
-rw-r--r--src/H5Eterm.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/H5Eterm.h b/src/H5Eterm.h
index cc70893..d04db96 100644
--- a/src/H5Eterm.h
+++ b/src/H5Eterm.h
@@ -40,6 +40,7 @@ H5E_HEAP_g=
H5E_OHDR_g=
H5E_ATOM_g=
H5E_ATTR_g=
+H5E_NONE_MAJOR_g=
H5E_IO_g=
H5E_SLIST_g=
H5E_EFL_g=
@@ -47,8 +48,7 @@ H5E_TST_g=
H5E_ARGS_g=
H5E_ERROR_g=
H5E_PLINE_g=
-H5E_CACHE_g=
-H5E_NONE_MAJOR_g=(-1);
+H5E_CACHE_g= (-1);
/* Reset minor error IDs */
@@ -118,6 +118,9 @@ H5E_LINK_g=
H5E_SLINK_g=
H5E_PATH_g=
+/* No error */
+H5E_NONE_MINOR_g=
+
/* File accessability errors */
H5E_FILEEXISTS_g=
H5E_FILEOPEN_g=
@@ -182,9 +185,6 @@ H5E_BADVALUE_g=
/* Datatype conversion errors */
H5E_CANTCONVERT_g=
-H5E_BADSIZE_g=
-
-/* No error, only for backward compatibility */
-H5E_NONE_MINOR_g= (-1);
+H5E_BADSIZE_g= (-1);
#endif /* H5Eterm_H */