mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 20:18:32 +00:00
API: Refactor: Change the integer type of remote objects to uint64_t
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
|
||||
#define REMOTE_TYPE(type) typedef Integer type
|
||||
#define REMOTE_TYPE(type) typedef uint64_t type
|
||||
|
||||
#define TYPED_ARRAY_OF(type) \
|
||||
typedef struct { \
|
||||
|
Reference in New Issue
Block a user