diff options
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) \ |