comparison src/version.c @ 11617:1d6bcb9ff291 v8.0.0691

patch 8.0.0691: compiler warning without the linebreak feature commit https://github.com/vim/vim/commit/a83fe75ca76f6f74daa1e5a620054b973b43379b Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 29 22:33:13 2017 +0200 patch 8.0.0691: compiler warning without the linebreak feature Problem: Compiler warning without the linebreak feature. Solution: Add #ifdef. (John Marriott)
author Christian Brabandt <cb@256bit.org>
date Thu, 29 Jun 2017 22:45:03 +0200
parents 568ea579d20e
children 80af4916eadc
comparison
equal deleted inserted replaced
11616:48ca57b8b2a7 11617:1d6bcb9ff291
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 691,
767 /**/ 769 /**/
768 690, 770 690,
769 /**/ 771 /**/
770 689, 772 689,
771 /**/ 773 /**/