Patch 7.4.1389
Problem: Incomplete function declaration.
Solution: Add "void". (Yasuhiro Matsumoto)
Files: src/eval.c
*** ../vim-7.4.1388/src/eval.c 2016-02-22 11:39:24.176069402 +0100
--- src/eval.c 2016-02-22 12:24:26.576161908 +0100
***************
*** 15064,15070 ****
* Called once in a while: check if any jobs with an "exit-cb" have ended.
*/
void
! job_check_ended()
{
static time_t last_check = 0;
time_t now;
--- 15064,15070 ----
* Called once in a while: check if any jobs with an "exit-cb" have ended.
*/
void
! job_check_ended(void)
{
static time_t last_check = 0;
time_t now;
*** ../vim-7.4.1388/src/version.c 2016-02-22 20:18:57.109398389 +0100
--- src/version.c 2016-02-22 20:19:56.396788001 +0100
***************
*** 750,751 ****
--- 750,753 ----
{ /* Add new patch number below this line */
+ /**/
+ 1389,
/**/
--
With sufficient thrust, pigs fly just fine.
-- RFC 1925
/// 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.