diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2003-07-14 20:08:27 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2003-07-14 20:08:27 (GMT) |
commit | 8a98abf66f4d672e6f0fbfa4719d0100b54ff2e0 (patch) | |
tree | f9a8424c7945ce64a3ef88ac17d9855cb89a37f0 /src/H5Iprivate.h | |
parent | 49dc44366672eada497939f80b2dd044ce627054 (diff) | |
download | hdf5-8a98abf66f4d672e6f0fbfa4719d0100b54ff2e0.zip hdf5-8a98abf66f4d672e6f0fbfa4719d0100b54ff2e0.tar.gz hdf5-8a98abf66f4d672e6f0fbfa4719d0100b54ff2e0.tar.bz2 |
[svn-r7225] Purpose: error API gradual checkin
Platforms tested: RH 8; c and c++
Diffstat (limited to 'src/H5Iprivate.h')
-rw-r--r-- | src/H5Iprivate.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5Iprivate.h b/src/H5Iprivate.h index 1174e5b..3b67ba1 100644 --- a/src/H5Iprivate.h +++ b/src/H5Iprivate.h @@ -42,9 +42,9 @@ #define H5I_VFL_HASHSIZE 64 #define H5I_GENPROPCLS_HASHSIZE 64 #define H5I_GENPROPOBJ_HASHSIZE 128 -#define H5I_ERRORCLS_HASHSIZE 64 -#define H5I_MAJORERR_HASHSIZE 64 -#define H5I_MINORERR_HASHSIZE 64 +#define H5I_ERRCLS_HASHSIZE 64 +#define H5I_ERRMSG_HASHSIZE 64 +#define H5I_ERRSTK_HASHSIZE 64 /* * Function for freeing objects. This function will be called with an object |