comparison src/version.c @ 22991:cb7df44afe7e v8.2.2042

patch 8.2.2042: build failure with +profile but without +reltime Commit: https://github.com/vim/vim/commit/813196784ad2a3a8cd65be5e975769d9768a728e Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 25 11:47:39 2020 +0100 patch 8.2.2042: build failure with +profile but without +reltime Problem: Build failure with +profile but without +reltime. Solution: Adjust #ifdef. (Christian Brabandt, closes https://github.com/vim/vim/issues/7361)
author Bram Moolenaar <Bram@vim.org>
date Wed, 25 Nov 2020 12:00:04 +0100
parents 7160e85d62ff
children 3922abbc46a2
comparison
equal deleted inserted replaced
22990:d46d4c6dde13 22991:cb7df44afe7e
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 2042,
753 /**/ 755 /**/
754 2041, 756 2041,
755 /**/ 757 /**/
756 2040, 758 2040,
757 /**/ 759 /**/