comparison src/version.c @ 29832:4a549427855d v9.0.0255

patch 9.0.0255: build failure without the eval feature Commit: https://github.com/vim/vim/commit/0af2ecfe4474be3a83d75b1d636bfdf6b27bbc92 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 24 17:05:56 2022 +0100 patch 9.0.0255: build failure without the eval feature Problem: Build failure without the eval feature. Solution: Add #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Wed, 24 Aug 2022 18:15:02 +0200
parents b5bd6521f417
children b772932fc721
comparison
equal deleted inserted replaced
29831:fe6c602bd8ee 29832:4a549427855d
729 NULL 729 NULL
730 }; 730 };
731 731
732 static int included_patches[] = 732 static int included_patches[] =
733 { /* Add new patch number below this line */ 733 { /* Add new patch number below this line */
734 /**/
735 255,
734 /**/ 736 /**/
735 254, 737 254,
736 /**/ 738 /**/
737 253, 739 253,
738 /**/ 740 /**/