Skip to content
Snippets Groups Projects
Commit 250423ca authored by Kirill Shcherbatov's avatar Kirill Shcherbatov Committed by Vladimir Davydov
Browse files

lib: fix undef _api_name in bps_tree header

The bps_tree.h header defines the macro _api_name, but does not
undefine it at the end. Fixed.
parent 305dbcf6
No related branches found
No related tags found
No related merge requests found
......@@ -6004,6 +6004,7 @@ bps_tree_debug_check_internal_functions(bool assertme)
#undef BPS_TREE_BRANCH_TRACE
/* {{{ Macros for custom naming of structs and functions */
#undef _api_name
#undef _bps
#undef _bps_tree
#undef _BPS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment