To: vim-dev@vim.org Subject: Patch 6.1.277 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit ------------ Patch 6.1.277 (depends on 6.1.276) Problem: Compilation error when building without GUI. Solution: Define trash_input_buf() when needed. (Kelvin Lee) Files: src/ui.c *** ../vim61.276/src/ui.c Sun Jan 5 22:14:46 2003 --- src/ui.c Mon Jan 6 10:13:19 2003 *************** *** 1619,1625 **** } #endif ! #if defined(FEAT_GUI) || defined(PROTO) /* Remove everything from the input buffer. Called when ^C is found */ void trash_input_buf() --- 1619,1626 ---- } #endif ! #if defined(FEAT_GUI) || defined(FEAT_EVAL) || defined(FEAT_EX_EXTRA) \ ! || defined(PROTO) /* Remove everything from the input buffer. Called when ^C is found */ void trash_input_buf() *** ../vim61.276/src/version.c Sun Jan 5 22:14:46 2003 --- src/version.c Mon Jan 6 10:15:56 2003 *************** *** 608,609 **** --- 608,611 ---- { /* Add new patch number below this line */ + /**/ + 277, /**/ -- Apologies for taking up the bandwidth with the apology. Anything else I can apologise for ...... er no can't think of anything, sorry about that. Andy Hunt (Member of British Olympic Apology Squad) /// Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net \\\ /// Creator of Vim - Vi IMproved -- http://www.vim.org \\\ \\\ Project leader for A-A-P -- http://www.a-a-p.org /// \\\ Lord Of The Rings helps Uganda - http://iccf-holland.org/lotr.html ///