mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
build(deps): remove msgpack-c dependency
This commit is contained in:
@@ -1010,7 +1010,7 @@ static void typval_parse_enter(mpack_parser_t *parser, mpack_node_t *node)
|
||||
}
|
||||
}
|
||||
|
||||
/// free node which was entered but never exited, due to a nested error
|
||||
/// Free node which was entered but never exited, due to a nested error
|
||||
///
|
||||
/// Don't bother with typvals as these will be GC:d eventually
|
||||
void typval_parser_error_free(mpack_parser_t *parser)
|
||||
@@ -1109,7 +1109,7 @@ msgpack_to_vim_generic_map: {}
|
||||
}
|
||||
|
||||
default:
|
||||
// other kinds are handled completely in typval_parse_enter,
|
||||
// other kinds are handled completely in typval_parse_enter
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user