comparison src/version.c @ 16449:fd57da82dd5d v8.1.1229

patch 8.1.1229: warning for posix_openpt() not declared commit https://github.com/vim/vim/commit/ab4cece6053b0bfd604e15065227b94af873608b Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 28 18:40:03 2019 +0200 patch 8.1.1229: warning for posix_openpt() not declared Problem: Warning for posix_openpt() not declared. (Tony Mechelynck) Solution: Add declaration.
author Bram Moolenaar <Bram@vim.org>
date Sun, 28 Apr 2019 18:45:04 +0200
parents 54ffc82f38a8
children 7ae2396cef62
comparison
equal deleted inserted replaced
16448:34305962f0db 16449:fd57da82dd5d
765 NULL 765 NULL
766 }; 766 };
767 767
768 static int included_patches[] = 768 static int included_patches[] =
769 { /* Add new patch number below this line */ 769 { /* Add new patch number below this line */
770 /**/
771 1229,
770 /**/ 772 /**/
771 1228, 773 1228,
772 /**/ 774 /**/
773 1227, 775 1227,
774 /**/ 776 /**/