comparison src/version.c @ 18705:673f4603d979 v8.1.2344

patch 8.1.2344: Cygwin: warning for using strptime() Commit: https://github.com/vim/vim/commit/6a228c6463935a73c8f21142cb7368545cfee317 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 26 13:29:01 2019 +0100 patch 8.1.2344: Cygwin: warning for using strptime() Problem: Cygwin: warning for using strptime(). Solution: Move defining _XOPEN_SOURCE and __USE_XOPEN to vim.h. (Ken Takata, closes #5265) Use 700 for _XOPEN_SOURCE for mkdtemp().
author Bram Moolenaar <Bram@vim.org>
date Tue, 26 Nov 2019 13:30:04 +0100
parents aef98a646d3e
children e190e64d253b
comparison
equal deleted inserted replaced
18704:65e3c91819fe 18705:673f4603d979
735 NULL 735 NULL
736 }; 736 };
737 737
738 static int included_patches[] = 738 static int included_patches[] =
739 { /* Add new patch number below this line */ 739 { /* Add new patch number below this line */
740 /**/
741 2344,
740 /**/ 742 /**/
741 2343, 743 2343,
742 /**/ 744 /**/
743 2342, 745 2342,
744 /**/ 746 /**/