diff src/version.c @ 5166:467efeee8f9e v7.4a.009

updated for version 7.4a.009 Problem: Compiler warnings for function prototypes. Solution: Add "void". Move list_features() prototype. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Tue, 09 Jul 2013 17:42:46 +0200
parents b3bd43ef012d
children a4e08386a6aa
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -35,8 +35,6 @@ static char	*mediumVersion = VIM_VERSION
 char	longVersion[sizeof(VIM_VERSION_LONG_DATE) + sizeof(__DATE__)
 						      + sizeof(__TIME__) + 3];
 
-static void list_features __ARGS((void));
-
     void
 make_version()
 {
@@ -57,6 +55,7 @@ char	*longVersion = VIM_VERSION_LONG_DAT
 char	*longVersion = VIM_VERSION_LONG;
 #endif
 
+static void list_features __ARGS((void));
 static void version_msg __ARGS((char *s));
 
 static char *(features[]) =
@@ -729,6 +728,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    9,
+/**/
     8,
 /**/
     7,