mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 09:18:19 +00:00
refactor: convert macros to all-caps (#17895)
Closes https://github.com/neovim/neovim/issues/6297
This commit is contained in:
@@ -75,7 +75,10 @@
|
||||
|| (cstack->cs_idx > 0 \
|
||||
&& !(cstack->cs_flags[cstack->cs_idx - 1] & CSF_ACTIVE)))
|
||||
|
||||
#define discard_pending_return(p) tv_free((typval_T *)(p))
|
||||
static void discard_pending_return(typval_T *p)
|
||||
{
|
||||
tv_free(p);
|
||||
}
|
||||
|
||||
/*
|
||||
* When several errors appear in a row, setting "force_abort" is delayed until
|
||||
|
Reference in New Issue
Block a user