mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r28982] Fixed H5ST_dump signature problem and added st to the list of
packages with extra debugging output. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial autotools
This commit is contained in:
parent
20a3462089
commit
ad617b9bfc
@ -1863,7 +1863,7 @@ if test "X-$DEBUG_PKG" = X- ; then
|
||||
fi
|
||||
|
||||
AC_SUBST([DEBUG_PKG])
|
||||
all_packages="ac,b,b2,d,e,f,g,hg,hl,i,mf,mm,o,p,s,t,v,z"
|
||||
all_packages="ac,b,b2,d,e,f,g,hg,hl,i,mf,mm,o,p,s,st,t,v,z"
|
||||
case "X-$DEBUG_PKG" in
|
||||
X-yes)
|
||||
DEBUG_PKG="d,e,f,g,hg,i,mm,o,p,s,t,v,z"
|
||||
|
@ -58,7 +58,9 @@ H5_DLL H5ST_ptr_t H5ST_findfirst(H5ST_tree_t *p);
|
||||
H5_DLL H5ST_ptr_t H5ST_findnext(H5ST_ptr_t p);
|
||||
H5_DLL void *H5ST_remove(H5ST_tree_t *root, const char *s);
|
||||
H5_DLL herr_t H5ST_delete(H5ST_tree_t *root, H5ST_ptr_t p);
|
||||
H5_DLL herr_t H5ST_dump(H5ST_ptr_t p);
|
||||
#ifdef H5ST_DEBUG
|
||||
H5_DLL herr_t H5ST_dump(H5ST_tree_t *tree);
|
||||
#endif /* H5ST_DEBUG */
|
||||
|
||||
#endif /* _H5STprivate_H */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user