mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
fix: include static function declarations
This commit is contained in:
parent
3477512f81
commit
9d7ce03ef1
@ -17,6 +17,10 @@
|
|||||||
#define FUNCARG(fp, j) ((char_u **)(fp->uf_args.ga_data))[j]
|
#define FUNCARG(fp, j) ((char_u **)(fp->uf_args.ga_data))[j]
|
||||||
#define FUNCLINE(fp, j) ((char_u **)(fp->uf_lines.ga_data))[j]
|
#define FUNCLINE(fp, j) ((char_u **)(fp->uf_lines.ga_data))[j]
|
||||||
|
|
||||||
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||||
|
#include "eval/user_funcs.c.generated.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
hashtab_T func_hashtab;
|
hashtab_T func_hashtab;
|
||||||
|
|
||||||
// Used by get_func_tv()
|
// Used by get_func_tv()
|
||||||
|
Loading…
Reference in New Issue
Block a user