Patch 8.2.2410
Problem: Build failure without the +profiling feature.
Solution: Add dummy argument to macro.
Files: src/vim9.h
*** ../vim-8.2.2409/src/vim9.h 2021-01-25 21:01:45.077861178 +0100
--- src/vim9.h 2021-01-25 23:01:33.788335971 +0100
***************
*** 415,420 ****
((do_profiling == PROF_YES && (dfunc->df_ufunc)->uf_profiling) \
? (dfunc)->df_instr_prof : (dfunc)->df_instr)
#else
! # define PROFILING FALSE
# define INSTRUCTIONS(dfunc) ((dfunc)->df_instr)
#endif
--- 415,420 ----
((do_profiling == PROF_YES && (dfunc->df_ufunc)->uf_profiling) \
? (dfunc)->df_instr_prof : (dfunc)->df_instr)
#else
! # define PROFILING(ufunc) FALSE
# define INSTRUCTIONS(dfunc) ((dfunc)->df_instr)
#endif
*** ../vim-8.2.2409/src/version.c 2021-01-25 21:01:45.077861178 +0100
--- src/version.c 2021-01-25 23:02:17.904264688 +0100
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2410,
/**/
--
hundred-and-one symptoms of being an internet addict:
242. You turn down a better-paying job because it doesn't come with
a free e-mail account.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202101252204.10PM4waP3234225%40masaka.moolenaar.net.