mirror of
https://github.com/neovim/neovim.git
synced 2025-10-15 06:16:08 +00:00
API: Refactor: Use macro for initializing all arrays
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
|
||||
#define ARRAY_DICT_INIT {.size = 0, .items = NULL}
|
||||
#define REMOTE_TYPE(type) typedef uint64_t type
|
||||
|
||||
#define TYPED_ARRAY_OF(type) \
|
||||
|
Reference in New Issue
Block a user