Patch 9.0.1465
Problem: Haiku build fails.
Solution: Do not include globals.h and proto.h twice. (Ozaki Kiichi,
closes #12273)
Files: src/gui_haiku.cc
*** ../vim-9.0.1464/src/gui_haiku.cc 2023-04-14 21:54:21.092430693 +0100
--- src/gui_haiku.cc 2023-04-18 17:17:04.150041944 +0100
***************
*** 75,82 ****
#include <syslog.h>
#include "vim.h"
- #include "globals.h"
- #include "proto.h"
#include "version.h"
} // extern "C"
--- 75,80 ----
*** ../vim-9.0.1464/src/version.c 2023-04-17 22:31:32.565014586 +0100
--- src/version.c 2023-04-18 17:18:30.925804720 +0100
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 1465,
/**/
--
Why don't cannibals eat clowns?
Because they taste funny.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ 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/20230418162037.009801C0423%40moolenaar.net.