diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2006-03-17 20:14:14 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2006-03-17 20:14:14 (GMT) |
commit | b6e8651a3a98e2af1f8deb70dd73c1265065a588 (patch) | |
tree | 7b3cedcc29fbb1efbcc453f025a031193a3f89c9 /src/H5err.txt | |
parent | 3597bbd700866e5673262cf1a9c7bb2b13da5286 (diff) | |
download | hdf5-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/H5err.txt')
-rw-r--r-- | src/H5err.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/H5err.txt b/src/H5err.txt index 91866d4..d55ad9e 100644 --- a/src/H5err.txt +++ b/src/H5err.txt @@ -71,6 +71,7 @@ MAJOR, H5E_TST, Ternary Search Trees MAJOR, H5E_RS, Reference Counted Strings MAJOR, H5E_ERROR, Error API MAJOR, H5E_SLIST, Skip Lists +MAJOR, H5E_NONE_MAJOR, No error # Sections (for grouping minor errors) SECTION, ARGS, Argument errors @@ -91,6 +92,7 @@ SECTION, HEAP, Heap errors SECTION, FPH5, FPHDF5 errors SECTION, PIPELINE, I/O pipeline errors SECTION, SYSTEM, System level errors +SECTION, NONE, No error # Minor errors @@ -224,3 +226,6 @@ MINOR, PIPELINE, H5E_NOENCODER, Filter present but encoding disabled # System level errors MINOR, SYSTEM, H5E_SYSERRSTR, System error message + +# No error, for backward compatibility */ +MINOR, NONE, H5E_NONE_MINOR, No error |