0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.3.101

Problem:    ino_t defined with wrong size.
Solution:   Move including auto/config.h before other includes. (Marius
            Geminas)
This commit is contained in:
Bram Moolenaar
2011-01-17 19:53:27 +01:00
parent 48ac02c9eb
commit e279335752
3 changed files with 7 additions and 6 deletions

View File

@@ -9,12 +9,11 @@
* See README.txt for an overview of the Vim source code. * See README.txt for an overview of the Vim source code.
*/ */
#include <stdio.h> #include "vim.h"
#include <string.h>
#include <lua.h> #include <lua.h>
#include <lualib.h> #include <lualib.h>
#include <lauxlib.h> #include <lauxlib.h>
#include "vim.h"
/* Only do the following when the feature is enabled. Needed for "make /* Only do the following when the feature is enabled. Needed for "make
* depend". */ * depend". */

View File

@@ -11,13 +11,13 @@
* See README.txt for an overview of the Vim source code. * See README.txt for an overview of the Vim source code.
*/ */
#include <stdio.h>
#include <string.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "auto/config.h" # include "auto/config.h"
#endif #endif
#include <stdio.h>
#include <string.h>
#ifdef _WIN32 #ifdef _WIN32
# if !defined(DYNAMIC_RUBY_VER) || (DYNAMIC_RUBY_VER < 18) # if !defined(DYNAMIC_RUBY_VER) || (DYNAMIC_RUBY_VER < 18)
# define NT # define NT

View File

@@ -714,6 +714,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
101,
/**/ /**/
100, 100,
/**/ /**/