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 -- [email protected] -- 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 ///
--
--
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].
For more options, visit https://groups.google.com/d/optout.