comparison src/version.c @ 21596:c18d00494b60 v8.2.1348

patch 8.2.1348: build failure without the eval feature Commit: https://github.com/vim/vim/commit/e4218b9416bdcd78b9779a06258198573a0c369e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 1 21:11:38 2020 +0200 patch 8.2.1348: build failure without the eval feature Problem: Build failure without the eval feature. Solution: Add #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Sat, 01 Aug 2020 21:15:04 +0200
parents 5daca8504c63
children 7b5b9558500a
comparison
equal deleted inserted replaced
21595:72b5304e75a5 21596:c18d00494b60
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1348,
757 /**/ 759 /**/
758 1347, 760 1347,
759 /**/ 761 /**/
760 1346, 762 1346,
761 /**/ 763 /**/