1
0
forked from aniani/vim

updated for version 7.4a.009

Problem:    Compiler warnings for function prototypes.
Solution:   Add "void".  Move list_features() prototype. (Ken Takata)
This commit is contained in:
Bram Moolenaar
2013-07-09 17:42:46 +02:00
parent e032461eed
commit fb97f28cc2
3 changed files with 6 additions and 5 deletions

View File

@@ -35,8 +35,6 @@ static char *mediumVersion = VIM_VERSION_MEDIUM;
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_DATE __DATE__ " " __TIME__ ")";
char *longVersion = VIM_VERSION_LONG;
#endif
static void list_features __ARGS((void));
static void version_msg __ARGS((char *s));
static char *(features[]) =
@@ -728,6 +727,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
9,
/**/
8,
/**/