We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0e3917 commit ff0e57fCopy full SHA for ff0e57f
2 files changed
src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
750
751
static int included_patches[] =
752
{ /* Add new patch number below this line */
753
+/**/
754
+ 2410,
755
/**/
756
2409,
757
src/vim9.h
@@ -415,6 +415,6 @@ extern garray_T def_functions;
415
((do_profiling == PROF_YES && (dfunc->df_ufunc)->uf_profiling) \
416
? (dfunc)->df_instr_prof : (dfunc)->df_instr)
417
#else
418
-# define PROFILING FALSE
+# define PROFILING(ufunc) FALSE
419
# define INSTRUCTIONS(dfunc) ((dfunc)->df_instr)
420
#endif
0 commit comments