comparison src/version.c @ 15302:7f42b06b2f72 v8.1.0659

patch 8.1.0659: build failure without the sign feature commit https://github.com/vim/vim/commit/ced198d4b4efae75417e4366354679db2d0ec68e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 29 20:04:40 2018 +0100 patch 8.1.0659: build failure without the sign feature Problem: Build failure without the sign feature. Solution: Put the sign struct declarations outside of the #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Sat, 29 Dec 2018 20:15:05 +0100
parents 890203d87ee5
children 5bfdce4de97f
comparison
equal deleted inserted replaced
15301:86d7dc7fe5ad 15302:7f42b06b2f72
797 NULL 797 NULL
798 }; 798 };
799 799
800 static int included_patches[] = 800 static int included_patches[] =
801 { /* Add new patch number below this line */ 801 { /* Add new patch number below this line */
802 /**/
803 659,
802 /**/ 804 /**/
803 658, 805 658,
804 /**/ 806 /**/
805 657, 807 657,
806 /**/ 808 /**/