api: deprecate obsolete nvim_buf_get_number function

This commit is contained in:
Björn Linse
2017-04-30 09:16:11 +02:00
parent 0df1b6655b
commit 97126bfa02
4 changed files with 15 additions and 1 deletions

View File

@@ -187,6 +187,7 @@
# define FUNC_API_NOEXPORT
# define FUNC_API_NOEVAL
# define FUNC_API_SINCE(X)
# define FUNC_API_DEPRECATED_SINCE(X)
# 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)