comparison src/version.c @ 17145:26941c50baf3 v8.1.1572

patch 8.1.1572: compiler warnings with tiny build commit https://github.com/vim/vim/commit/e9726e31feafebf3548990b686b810900a0bff43 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 19 18:01:21 2019 +0200 patch 8.1.1572: compiler warnings with tiny build Problem: Compiler warnings with tiny build. (Tony Mechelynck) Solution: Add #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Wed, 19 Jun 2019 18:15:05 +0200
parents ee090ecd70f6
children a001a0d88d42
comparison
equal deleted inserted replaced
17144:533daf563400 17145:26941c50baf3
775 NULL 775 NULL
776 }; 776 };
777 777
778 static int included_patches[] = 778 static int included_patches[] =
779 { /* Add new patch number below this line */ 779 { /* Add new patch number below this line */
780 /**/
781 1572,
780 /**/ 782 /**/
781 1571, 783 1571,
782 /**/ 784 /**/
783 1570, 785 1570,
784 /**/ 786 /**/