mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 06:58:35 +00:00
api: refactor remote ui to use API dispatch generation
This commit is contained in:
@@ -179,7 +179,8 @@
|
||||
#endif
|
||||
|
||||
#ifdef DEFINE_FUNC_ATTRIBUTES
|
||||
#define FUNC_ATTR_ASYNC
|
||||
#define FUNC_API_ASYNC
|
||||
#define FUNC_API_NOEXPORT
|
||||
#define FUNC_ATTR_MALLOC REAL_FATTR_MALLOC
|
||||
#define FUNC_ATTR_ALLOC_SIZE(x) REAL_FATTR_ALLOC_SIZE(x)
|
||||
#define FUNC_ATTR_ALLOC_SIZE_PROD(x,y) REAL_FATTR_ALLOC_SIZE_PROD(x,y)
|
||||
|
Reference in New Issue
Block a user