Skip to content

Commit

Permalink
Rework FUNC_ENTER macros (#5024)
Browse files Browse the repository at this point in the history
* Initial cleanup of "prep" macros
* Cleanup of initialization routines
* Renamed init/push macros
  • Loading branch information
derobins authored Oct 29, 2024
1 parent 5bdd379 commit 1cd0168
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 83 deletions.
2 changes: 1 addition & 1 deletion src/H5.c
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ H5_term_library(void)
H5CX_node_t api_ctx = {{0}, NULL}; /* API context node to push */

/* Acquire the API lock */
FUNC_ENTER_API_VARS
H5_API_SETUP_PUBLIC_API_VARS
H5_API_LOCK

/* Don't do anything if the library is already closed */
Expand Down
Loading

0 comments on commit 1cd0168

Please sign in to comment.