diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-12 13:29:41 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-12 13:29:41 (GMT) |
commit | 9a2f9731bd0ed65526d7005c214ffb6f74485871 (patch) | |
tree | 5a2fac0742e87c7ae016694e7b883a91ffe420af /src/H5Epublic.h | |
parent | 1c03bdd2ffaaa4edb4578c304d8d92109d224f4c (diff) | |
download | hdf5-9a2f9731bd0ed65526d7005c214ffb6f74485871.zip hdf5-9a2f9731bd0ed65526d7005c214ffb6f74485871.tar.gz hdf5-9a2f9731bd0ed65526d7005c214ffb6f74485871.tar.bz2 |
[svn-r7347] Purpose:
Code cleanup & bug fix
Description:
Clean up code, adding error checking where appropriate
Fix a number of routines which were clearing the default error stack
before checking some information about that stack.
Set the version # of the library correctly when it is registered.
Platforms tested:
FreeBSD 4.8 (sleipnir)
h5committested
Diffstat (limited to 'src/H5Epublic.h')
-rw-r--r-- | src/H5Epublic.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/H5Epublic.h b/src/H5Epublic.h index 6cf093b..00ed240 100644 --- a/src/H5Epublic.h +++ b/src/H5Epublic.h @@ -32,10 +32,8 @@ /* Take out _new later */ typedef enum H5E_type_t { - H5E_LLIMIT =-1, H5E_MAJOR, - H5E_MINOR, - H5E_ULIMIT + H5E_MINOR } H5E_type_t; /* Information about an error; element of error stack */ |