To: vim_dev@googlegroups.com Subject: Patch 9.0.1465 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 #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 -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///