mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 17:36:29 +00:00
build(clint): don't allow INIT() in non-header files (#27407)
This commit is contained in:
@@ -55,8 +55,8 @@
|
||||
# include "sign.c.generated.h"
|
||||
#endif
|
||||
|
||||
static PMap(cstr_t) sign_map INIT( = MAP_INIT);
|
||||
static kvec_t(Integer) sign_ns INIT( = MAP_INIT);
|
||||
static PMap(cstr_t) sign_map = MAP_INIT;
|
||||
static kvec_t(Integer) sign_ns = KV_INITIAL_VALUE;
|
||||
|
||||
static char *cmds[] = {
|
||||
"define",
|
||||
|
Reference in New Issue
Block a user