To: vim_dev@googlegroups.com Subject: Patch 8.1.2199 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.1.2199 Problem: Build failure when using normal features without GUI and EXITFREE defined. Solution: Add #ifdef. (Dominique Pelle, closes #5106) Files: src/scriptfile.c *** ../vim-8.1.2198/src/scriptfile.c 2019-10-01 17:01:56.346282798 +0200 --- src/scriptfile.c 2019-10-22 21:44:44.150766058 +0200 *************** *** 1360,1366 **** --- 1360,1368 ---- for (i = script_items.ga_len; i > 0; --i) { vim_free(SCRIPT_ITEM(i).sn_name); + # ifdef FEAT_PROFILE ga_clear(&SCRIPT_ITEM(i).sn_prl_ga); + # endif } ga_clear(&script_items); } *** ../vim-8.1.2198/src/version.c 2019-10-21 23:08:54.692802253 +0200 --- src/version.c 2019-10-22 21:43:41.054849779 +0200 *************** *** 743,744 **** --- 743,746 ---- { /* Add new patch number below this line */ + /**/ + 2199, /**/ -- OLD WOMAN: Well, how did you become king, then? ARTHUR: The Lady of the Lake, her arm clad in the purest shimmering samite, held Excalibur aloft from the bosom of the water to signify by Divine Providence ... that I, Arthur, was to carry Excalibur ... That is why I am your king! "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram Moolenaar -- Bram@Moolenaar.net -- 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 ///