mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 08:48:16 +00:00
Merge pull request #19906 from bfredl/bigstage
perf(api): allow to use an arena for return values
This commit is contained in:
@@ -4968,7 +4968,7 @@ theend:
|
||||
return retval;
|
||||
}
|
||||
|
||||
void common_function(typval_T *argvars, typval_T *rettv, bool is_funcref, FunPtr fptr)
|
||||
void common_function(typval_T *argvars, typval_T *rettv, bool is_funcref)
|
||||
{
|
||||
char *s;
|
||||
char *name;
|
||||
|
Reference in New Issue
Block a user