mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r9830] Purpose:
Bug fix Description: Fortran and C++ API failed to compile because they need to use H5E_LEN which was removed. Solution: Restored the H5E_LEN definition. A permenant solution is still needed. Platforms tested: H5committested. (heping, sol, and copper all compiled fine again but sol had an error in testerror.sh which seemed to be a different problem. Also tested in tg-NSCA.
This commit is contained in:
parent
dfd0b59ae6
commit
fe1fe98f62
@ -27,6 +27,9 @@
|
||||
/* Value for the default error stack */
|
||||
#define H5E_DEFAULT 0
|
||||
|
||||
/* Limit of error strings recorded */
|
||||
#define H5E_LEN 128
|
||||
|
||||
/* Different kinds of error information */
|
||||
typedef enum H5E_type_t {
|
||||
H5E_MAJOR,
|
||||
|
Loading…
x
Reference in New Issue
Block a user