score: Help GCC to inline a function

This commit is contained in:
Sebastian Huber
2015-12-11 09:48:09 +01:00
parent 717368c9c1
commit 00dbecb820

View File

@@ -55,7 +55,7 @@ RBTree_Node *_RBTree_Insert(
return NULL;
}
RB_GENERATE_INSERT_COLOR( RBTree_Control, RBTree_Node, Node, static )
RB_GENERATE_INSERT_COLOR( RBTree_Control, RBTree_Node, Node, static inline )
void _RBTree_Insert_color(
RBTree_Control *the_rbtree,