diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-11-06 19:22:33 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-11-06 19:22:33 (GMT) |
commit | 0a2cdffb0b11b92dc7ebdc6b188f3de10d53d9aa (patch) | |
tree | 9bc3acdca1ba6466204c0189713d776a14fa40ff /src/H5private.h | |
parent | 3a5cb21f25fad7b48b10febcc9b2d295ddc93e48 (diff) | |
download | hdf5-0a2cdffb0b11b92dc7ebdc6b188f3de10d53d9aa.zip hdf5-0a2cdffb0b11b92dc7ebdc6b188f3de10d53d9aa.tar.gz hdf5-0a2cdffb0b11b92dc7ebdc6b188f3de10d53d9aa.tar.bz2 |
[svn-r12868] Description:
Make API routines that don't initialize the library more consistent, to
help with future internal library changes.
Tested on:
Linux/64 2.6 (chicago2)
Diffstat (limited to 'src/H5private.h')
-rw-r--r-- | src/H5private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5private.h b/src/H5private.h index b0f1292..5b35111 100644 --- a/src/H5private.h +++ b/src/H5private.h @@ -1263,7 +1263,7 @@ static herr_t H5_INTERFACE_INIT_FUNC(void); * Use this macro for API functions that shouldn't perform _any_ initialization * of the library or an interface or push themselves on the function * stack, just perform tracing, etc. Examples - * are: H5close, etc. + * are: H5close, H5check_version, etc. * */ #define FUNC_ENTER_API_NOINIT_NOFS(func_name) {{ \ |