2018-03-05 18:55 GMT+09:00 Bram Moolenaar <[email protected]>:
>
> Patch 8.0.1568
> Problem: Can't build on older Mac, header file is missing.
> Solution: Remove the header file. (Ozaki Kiichi, closes #2691)
> Files: src/os_unix.c
>
>
> *** ../vim-8.0.1567/src/os_unix.c 2018-03-04 18:07:04.276592296 +0100
> --- src/os_unix.c 2018-03-05 10:51:57.229083087 +0100
> ***************
> *** 566,572 ****
> # ifdef MACOS_X_DARWIN
>
This should be MACOS_X since, as suggested by a comment in vim.h,
MACOS_X_DARWIN is meant for integrating the stuff of os_mac_conv.c and
os_macosx.m into Vim. Obviously, that doesn't apply to this.. Sorry about
not giving a comment while the patch remained as PR, but there was little
chance for me to do that as the PR was closed affirmatively so quickly. :)
# include <mach/mach_host.h>
> # include <mach/mach_port.h>
> - # include <mach/vm_page_size.h>
> # endif
>
> /*
> --- 566,571 ----
> *** ../vim-8.0.1567/src/version.c 2018-03-04 21:35:54.952059810 +0100
> --- src/version.c 2018-03-05 10:52:57.972726403 +0100
> ***************
> *** 768,769 ****
> --- 768,771 ----
> { /* Add new patch number below this line */
> + /**/
> + 1568,
> /**/
>
> --
> BODY: I'm not dead!
> CART DRIVER: 'Ere. He says he's not dead.
> LARGE MAN: Yes he is.
> BODY: I'm not!
> "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES
> LTD
>
> /// 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].
> For more options, visit https://groups.google.com/d/optout.
>
--
--
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].
For more options, visit https://groups.google.com/d/optout.