summaryrefslogtreecommitdiffstats
path: root/src/H5Eterm.h
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2004-09-04 21:06:48 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2004-09-04 21:06:48 (GMT)
commit922e8a4a8b84f4a04548ac2928e37d67c23c81cb (patch)
tree59f636a2755524a0d3e9a827df90d0699d5918ca /src/H5Eterm.h
parent45b23cfce11d5267849f0a58216cab581012b8a7 (diff)
downloadhdf5-922e8a4a8b84f4a04548ac2928e37d67c23c81cb.zip
hdf5-922e8a4a8b84f4a04548ac2928e37d67c23c81cb.tar.gz
hdf5-922e8a4a8b84f4a04548ac2928e37d67c23c81cb.tar.bz2
[svn-r9208] Purpose: Bug fix
Description: A few items were left out when tried to restore the old Error API. There are also a few minor bug fixes. Platforms tested: arabica fuss h5committest.
Diffstat (limited to 'src/H5Eterm.h')
-rw-r--r--src/H5Eterm.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/H5Eterm.h b/src/H5Eterm.h
index 4f5bda9..e52c87b 100644
--- a/src/H5Eterm.h
+++ b/src/H5Eterm.h
@@ -20,7 +20,7 @@
#define _H5Eterm_H
/* Reset major error IDs */
-
+H5E_NONE_MAJOR_g=
H5E_DATASET_g=
H5E_FUNC_g=
H5E_STORAGE_g=
@@ -51,6 +51,8 @@ H5E_CACHE_g= (-1);
/* Reset minor error IDs */
+/* No error */
+H5E_NONE_MINOR_g=
/* Generic low-level file I/O errors */
H5E_SEEKERROR_g=