diff options
-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 865c85d..10335f5 100644 --- a/src/H5private.h +++ b/src/H5private.h @@ -852,8 +852,8 @@ extern hbool_t H5_libinit_g; /*good thing C's lazy about extern! */ #define FUNC_ENTER_INIT(func_name,interface_init_func,err) { \ CONSTR (FUNC, #func_name); \ - H5TRACE_DECL; \ PABLO_SAVE (ID_ ## func_name); \ + H5TRACE_DECL; \ \ PABLO_TRACE_ON (PABLO_MASK, pablo_func_id); \ \ |