comparison src/version.c @ 11615:568ea579d20e v8.0.0690

patch 8.0.0690: compiler warning on non-Unix system commit https://github.com/vim/vim/commit/c2226845eb207bcd1a24e1afa941acbfecbc5170 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 29 22:27:24 2017 +0200 patch 8.0.0690: compiler warning on non-Unix system Problem: Compiler warning on non-Unix system. Solution: Add #ifdef. (John Marriott)
author Christian Brabandt <cb@256bit.org>
date Thu, 29 Jun 2017 22:30:04 +0200
parents 7428a08c2f68
children 1d6bcb9ff291
comparison
equal deleted inserted replaced
11614:f62e103bb674 11615:568ea579d20e
762 NULL 762 NULL
763 }; 763 };
764 764
765 static int included_patches[] = 765 static int included_patches[] =
766 { /* Add new patch number below this line */ 766 { /* Add new patch number below this line */
767 /**/
768 690,
767 /**/ 769 /**/
768 689, 770 689,
769 /**/ 771 /**/
770 688, 772 688,
771 /**/ 773 /**/