Compile fix for Windows.
__inline instead of inline is needed.
This commit is contained in:
Vendored
+4
@@ -521,6 +521,10 @@ static bool rb_is_balanced_root(const Node *root)
|
||||
/* ------------------------------------------------------------------------- */
|
||||
/* Internal RangeTreeUInt API */
|
||||
|
||||
#ifdef _WIN32
|
||||
#define inline __inline
|
||||
#endif
|
||||
|
||||
static inline Node *rt_node_alloc(RangeTreeUInt *rt)
|
||||
{
|
||||
#ifdef USE_TPOOL
|
||||
|
||||
Reference in New Issue
Block a user