diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-02-27 17:48:57 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-02-27 17:48:57 (GMT) |
commit | 6b12e9769f8e246d9abd8ed62a6d4fd8526b9fa5 (patch) | |
tree | d6eea7ca0c6a3ab8bac7c63d2c66c68fbf91c834 /src/H5private.h | |
parent | b94776f418e602251eb96bf58ee930380a2173e8 (diff) | |
download | hdf5-6b12e9769f8e246d9abd8ed62a6d4fd8526b9fa5.zip hdf5-6b12e9769f8e246d9abd8ed62a6d4fd8526b9fa5.tar.gz hdf5-6b12e9769f8e246d9abd8ed62a6d4fd8526b9fa5.tar.bz2 |
[svn-r13419] Description:
Fix error introduced into driver info block size computation, which caused
the test/big test to fail.
Tested on:
Linux/32 2.6 (chicago)
Linux/64 2.6 (chicago2)
Diffstat (limited to 'src/H5private.h')
-rw-r--r-- | src/H5private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5private.h b/src/H5private.h index 31213c3..757f3b1 100644 --- a/src/H5private.h +++ b/src/H5private.h @@ -1299,6 +1299,7 @@ static herr_t H5_INTERFACE_INIT_FUNC(void); \ BEGIN_MPE_LOG(func_name) +/* Note: this macro only works when there's _no_ interface initialization routine for the module */ #define FUNC_ENTER_NOAPI_INIT(func_name,err) \ /* Initialize the interface, if appropriate */ \ H5_INTERFACE_INIT(err) \ |