mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.2.2410: build failure without the +profiling feature
Problem: Build failure without the +profiling feature. Solution: Add dummy argument to macro.
This commit is contained in:
@@ -750,6 +750,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
2410,
|
||||||
/**/
|
/**/
|
||||||
2409,
|
2409,
|
||||||
/**/
|
/**/
|
||||||
|
@@ -415,6 +415,6 @@ extern garray_T def_functions;
|
|||||||
((do_profiling == PROF_YES && (dfunc->df_ufunc)->uf_profiling) \
|
((do_profiling == PROF_YES && (dfunc->df_ufunc)->uf_profiling) \
|
||||||
? (dfunc)->df_instr_prof : (dfunc)->df_instr)
|
? (dfunc)->df_instr_prof : (dfunc)->df_instr)
|
||||||
#else
|
#else
|
||||||
# define PROFILING FALSE
|
# define PROFILING(ufunc) FALSE
|
||||||
# define INSTRUCTIONS(dfunc) ((dfunc)->df_instr)
|
# define INSTRUCTIONS(dfunc) ((dfunc)->df_instr)
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user