mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
parent
dcc686a208
commit
86f9e29c86
@ -320,7 +320,7 @@ EXTERN int garbage_collect_at_exit INIT(= false);
|
|||||||
#define SID_STR (-10) // for sourcing a string with no script item
|
#define SID_STR (-10) // for sourcing a string with no script item
|
||||||
|
|
||||||
// Script CTX being sourced or was sourced to define the current function.
|
// Script CTX being sourced or was sourced to define the current function.
|
||||||
EXTERN sctx_T current_sctx INIT(= { 0 COMMA 0 COMMA 0 });
|
EXTERN sctx_T current_sctx INIT(= { 0, 0, 0 });
|
||||||
// ID of the current channel making a client API call
|
// ID of the current channel making a client API call
|
||||||
EXTERN uint64_t current_channel_id INIT(= 0);
|
EXTERN uint64_t current_channel_id INIT(= 0);
|
||||||
|
|
||||||
|
@ -11,7 +11,6 @@
|
|||||||
#else
|
#else
|
||||||
# ifndef INIT
|
# ifndef INIT
|
||||||
# define INIT(...) __VA_ARGS__
|
# define INIT(...) __VA_ARGS__
|
||||||
# define COMMA ,
|
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user