Patch 8.1.2353
Problem: Build failure on FreeBSD.
Solution: Change #ifdef to only check for Linux-like systems.
Files: src/vim.h
*** ../vim-8.1.2352/src/vim.h 2019-11-26 14:47:56.992402008 +0100
--- src/vim.h 2019-11-28 20:07:52.166525235 +0100
***************
*** 36,42 ****
Error: configure did not run properly. Check auto/config.log.
# endif
! # if defined(UNIX) && !defined(MACOS_X)
// Needed for strptime(). Needs to be done early, since header files can
// include other header files and end up including time.h, where these symbols
// matter for Vim.
--- 36,42 ----
Error: configure did not run properly. Check auto/config.log.
# endif
! # if defined(__gnu_linux__) || defined(__CYGWIN__)
// Needed for strptime(). Needs to be done early, since header files can
// include other header files and end up including time.h, where these symbols
// matter for Vim.
*** ../vim-8.1.2352/src/version.c 2019-11-27 21:55:08.813957630 +0100
--- src/version.c 2019-11-28 20:09:42.042003807 +0100
***************
*** 739,740 ****
--- 739,742 ----
{ /* Add new patch number below this line */
+ /**/
+ 2353,
/**/
--
hundred-and-one symptoms of being an internet addict:
133. You communicate with people on other continents more than you
do with your own neighbors.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/201911281910.xASJAR45015069%40masaka.moolenaar.net.