Skip to content

Commit 1cd0168

Browse files
authored
Rework FUNC_ENTER macros (#5024)
* Initial cleanup of "prep" macros * Cleanup of initialization routines * Renamed init/push macros
1 parent 5bdd379 commit 1cd0168

File tree

2 files changed

+125
-83
lines changed

2 files changed

+125
-83
lines changed

src/H5.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ H5_term_library(void)
307307
H5CX_node_t api_ctx = {{0}, NULL}; /* API context node to push */
308308

309309
/* Acquire the API lock */
310-
FUNC_ENTER_API_VARS
310+
H5_API_SETUP_PUBLIC_API_VARS
311311
H5_API_LOCK
312312

313313
/* Don't do anything if the library is already closed */

0 commit comments

Comments
 (0)