]> granicus.if.org Git - vim/commitdiff
patch 7.4.1389 v7.4.1389
authorBram Moolenaar <Bram@vim.org>
Mon, 22 Feb 2016 19:20:25 +0000 (20:20 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 22 Feb 2016 19:20:25 +0000 (20:20 +0100)
Problem:    Incomplete function declaration.
Solution:   Add "void". (Yasuhiro Matsumoto)

src/eval.c
src/version.c

index cc3030849537e0102ae45d7f946fa64014761971..0a12ff9d4bededb672f725f27de64c4b54392446 100644 (file)
@@ -15064,7 +15064,7 @@ job_status(job_T *job)
  * Called once in a while: check if any jobs with an "exit-cb" have ended.
  */
     void
-job_check_ended()
+job_check_ended(void)
 {
     static time_t   last_check = 0;
     time_t         now;
index e2717b047465a469d7eb61ca9bcb3eaf84deb75f..2e876b09c6a89b1b4f2872f557484f4b93e662f7 100644 (file)
@@ -748,6 +748,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1389,
 /**/
     1388,
 /**/