comparison src/version.c @ 10914:3b0924353019 v8.0.0346

patch 8.0.0346: Vim relies on limits.h to be included indirectly commit https://github.com/vim/vim/commit/bfd30590f6e3475033099d0fb20d9444fa10af6b Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 21 21:57:06 2017 +0100 patch 8.0.0346: Vim relies on limits.h to be included indirectly Problem: Vim relies on limits.h to be included indirectly, but on Solaris 9 it may not be. (Ben Fritz) Solution: Always include limits.h.
author Christian Brabandt <cb@256bit.org>
date Tue, 21 Feb 2017 22:00:05 +0100
parents fd1760f8c215
children 503b28f0a974
comparison
equal deleted inserted replaced
10913:a9198ff3329a 10914:3b0924353019
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 346,
767 /**/ 769 /**/
768 345, 770 345,
769 /**/ 771 /**/
770 344, 772 344,
771 /**/ 773 /**/