perf(api): allow to use an arena for return values

This commit is contained in:
bfredl
2022-08-23 09:33:08 +02:00
parent baaaa1f2b3
commit c0d6052654
36 changed files with 584 additions and 497 deletions

View File

@@ -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;