comparison 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
comparison
equal deleted inserted replaced
23737:34b4eb3a8458 23738:5a524e16570b
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2410,
753 /**/ 755 /**/
754 2409, 756 2409,
755 /**/ 757 /**/
756 2408, 758 2408,
757 /**/ 759 /**/