mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
api: always use prefix FUNC_API, also change NOEVAL to REMOTE_ONLY
This commit is contained in:
@@ -181,7 +181,7 @@
|
||||
#ifdef DEFINE_FUNC_ATTRIBUTES
|
||||
# define FUNC_API_ASYNC
|
||||
# define FUNC_API_NOEXPORT
|
||||
# define FUNC_API_NOEVAL
|
||||
# define FUNC_API_REMOTE_ONLY
|
||||
# define FUNC_API_SINCE(X)
|
||||
# define FUNC_API_DEPRECATED_SINCE(X)
|
||||
# define FUNC_ATTR_MALLOC REAL_FATTR_MALLOC
|
||||
|
Reference in New Issue
Block a user