comparison src/version.c @ 13047:669c4f75a69e v8.0.1399

patch 8.0.1399: warnings and errors when building tiny version commit https://github.com/vim/vim/commit/ee219b0e9faab4b7159ed1725c5b82cea4f4d4f8 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 17 14:55:01 2017 +0100 patch 8.0.1399: warnings and errors when building tiny version Problem: Warnings and errors when building tiny version. (Tony Mechelynck) Solution: Add #ifdefs.
author Christian Brabandt <cb@256bit.org>
date Sun, 17 Dec 2017 15:00:05 +0100
parents afd60028f7b7
children 0d23a49da746
comparison
equal deleted inserted replaced
13046:090d21f82502 13047:669c4f75a69e
769 NULL 769 NULL
770 }; 770 };
771 771
772 static int included_patches[] = 772 static int included_patches[] =
773 { /* Add new patch number below this line */ 773 { /* Add new patch number below this line */
774 /**/
775 1399,
774 /**/ 776 /**/
775 1398, 777 1398,
776 /**/ 778 /**/
777 1397, 779 1397,
778 /**/ 780 /**/