]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.101 v7.3.101
authorBram Moolenaar <Bram@vim.org>
Mon, 17 Jan 2011 18:53:27 +0000 (19:53 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 17 Jan 2011 18:53:27 +0000 (19:53 +0100)
Problem:    ino_t defined with wrong size.
Solution:   Move including auto/config.h before other includes. (Marius
            Geminas)

src/if_lua.c
src/if_ruby.c
src/version.c

index 3062de8cf10b5c48397aa5b61d41eaa90ed1e41e..d3c6a4220112423b7cb904f79c78d25ef45b5211 100644 (file)
@@ -9,12 +9,11 @@
  * See README.txt for an overview of the Vim source code.
  */
 
-#include <stdio.h>
-#include <string.h>
+#include "vim.h"
+
 #include <lua.h>
 #include <lualib.h>
 #include <lauxlib.h>
-#include "vim.h"
 
 /* Only do the following when the feature is enabled.  Needed for "make
  * depend". */
index 0f108a1f8050af59f591072be4e65417a6b26576..a45269d6e6f376431ef04f9a40c87036bf9bec4a 100644 (file)
  * See README.txt for an overview of the Vim source code.
  */
 
-#include <stdio.h>
-#include <string.h>
-
 #ifdef HAVE_CONFIG_H
 # include "auto/config.h"
 #endif
 
+#include <stdio.h>
+#include <string.h>
+
 #ifdef _WIN32
 # if !defined(DYNAMIC_RUBY_VER) || (DYNAMIC_RUBY_VER < 18)
 #   define NT
index 7e17f43e030f839aab148f2669729814d89bf713..abe414ba0d3c4c708cfecf465ed0888942f94a0d 100644 (file)
@@ -714,6 +714,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    101,
 /**/
     100,
 /**/