mirror of
https://github.com/neovim/neovim.git
synced 2025-10-20 00:31:49 +00:00
bufhl: fix unittests and lint
msgpack_rpc_dispatch doesn't exist anymore
This commit is contained in:
@@ -184,7 +184,7 @@ typedef khint_t khiter_t;
|
||||
#define kfree(P) xfree(P)
|
||||
#endif
|
||||
|
||||
static const double __ac_HASH_UPPER = 0.77;
|
||||
#define __ac_HASH_UPPER 0.77
|
||||
|
||||
#define __KHASH_TYPE(name, khkey_t, khval_t) \
|
||||
typedef struct { \
|
||||
|
Reference in New Issue
Block a user