diff src/version.c @ 23738:5a524e16570b v8.2.2410

patch 8.2.2410: build failure without the +profiling feature Commit: https://github.com/vim/vim/commit/ff0e57fe77b1a87a034191c629730b081f6fb7ad Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 25 23:02:38 2021 +0100 patch 8.2.2410: build failure without the +profiling feature Problem: Build failure without the +profiling feature. Solution: Add dummy argument to macro.
author Bram Moolenaar <Bram@vim.org>
date Mon, 25 Jan 2021 23:15:03 +0100
parents 7caffd835aa1
children 9b55c60f9d52
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2410,
+/**/
     2409,
 /**/
     2408,