To: vim_dev@googlegroups.com Subject: Patch 7.4.1725 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.1725 Problem: Compiler errors for non-ANSI compilers. Solution: Remove // comment. Remove comma at end of enum. (Michael Jarvis) Files: src/eval.c *** ../vim-7.4.1724/src/eval.c 2016-04-11 21:02:48.194609248 +0200 --- src/eval.c 2016-04-12 21:08:11.683273423 +0200 *************** *** 7005,7011 **** #endif #ifdef FEAT_JOB_CHANNEL ! // abort = abort || set_ref_in_channel(copyID); #endif if (!abort) --- 7005,7011 ---- #endif #ifdef FEAT_JOB_CHANNEL ! abort = abort || set_ref_in_channel(copyID); #endif if (!abort) *************** *** 9472,9478 **** ASSERT_NOTEQUAL, ASSERT_MATCH, ASSERT_NOTMATCH, ! ASSERT_OTHER, } assert_type_T; static void prepare_assert_error(garray_T*gap); --- 9472,9478 ---- ASSERT_NOTEQUAL, ASSERT_MATCH, ASSERT_NOTMATCH, ! ASSERT_OTHER } assert_type_T; static void prepare_assert_error(garray_T*gap); *** ../vim-7.4.1724/src/version.c 2016-04-11 22:48:59.091663012 +0200 --- src/version.c 2016-04-12 21:09:09.954639099 +0200 *************** *** 750,751 **** --- 750,753 ---- { /* Add new patch number below this line */ + /**/ + 1725, /**/ -- hundred-and-one symptoms of being an internet addict: 269. You receive an e-mail from the wife of a deceased president, offering to send you twenty million dollar, and you are not even surprised. /// 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 ///