aaf3988
To: vim_dev@googlegroups.com
aaf3988
Subject: Patch 7.3.1
aaf3988
Fcc: outbox
aaf3988
From: Bram Moolenaar <Bram@moolenaar.net>
aaf3988
Mime-Version: 1.0
aaf3988
Content-Type: text/plain; charset=UTF-8
aaf3988
Content-Transfer-Encoding: 8bit
aaf3988
------------
aaf3988
aaf3988
Patch 7.3.101
aaf3988
Problem:    ino_t defined with wrong size.
aaf3988
Solution:   Move including auto/config.h before other includes. (Marius
aaf3988
            Geminas)
aaf3988
Files:      src/if_ruby.c, src/if_lua.c
aaf3988
	        
aaf3988
aaf3988
*** ../vim-7.3.100/src/if_ruby.c	2010-12-24 13:39:29.000000000 +0100
aaf3988
--- src/if_ruby.c	2011-01-09 14:43:14.000000000 +0100
aaf3988
***************
aaf3988
*** 11,23 ****
aaf3988
   * See README.txt for an overview of the Vim source code.
aaf3988
   */
aaf3988
  
aaf3988
- #include <stdio.h>
aaf3988
- #include <string.h>
aaf3988
- 
aaf3988
  #ifdef HAVE_CONFIG_H
aaf3988
  # include "auto/config.h"
aaf3988
  #endif
aaf3988
  
aaf3988
  #ifdef _WIN32
aaf3988
  # if !defined(DYNAMIC_RUBY_VER) || (DYNAMIC_RUBY_VER < 18)
aaf3988
  #   define NT
aaf3988
--- 11,23 ----
aaf3988
   * See README.txt for an overview of the Vim source code.
aaf3988
   */
aaf3988
  
aaf3988
  #ifdef HAVE_CONFIG_H
aaf3988
  # include "auto/config.h"
aaf3988
  #endif
aaf3988
  
aaf3988
+ #include <stdio.h>
aaf3988
+ #include <string.h>
aaf3988
+ 
aaf3988
  #ifdef _WIN32
aaf3988
  # if !defined(DYNAMIC_RUBY_VER) || (DYNAMIC_RUBY_VER < 18)
aaf3988
  #   define NT
aaf3988
*** ../vim-7.3.100/src/if_lua.c	2010-10-23 14:02:48.000000000 +0200
aaf3988
--- src/if_lua.c	2011-01-09 14:46:46.000000000 +0100
aaf3988
***************
aaf3988
*** 9,20 ****
aaf3988
   * See README.txt for an overview of the Vim source code.
aaf3988
   */
aaf3988
  
aaf3988
! #include <stdio.h>
aaf3988
! #include <string.h>
aaf3988
  #include <lua.h>
aaf3988
  #include <lualib.h>
aaf3988
  #include <lauxlib.h>
aaf3988
- #include "vim.h"
aaf3988
  
aaf3988
  /* Only do the following when the feature is enabled.  Needed for "make
aaf3988
   * depend". */
aaf3988
--- 9,19 ----
aaf3988
   * See README.txt for an overview of the Vim source code.
aaf3988
   */
aaf3988
  
aaf3988
! #include "vim.h"
aaf3988
! 
aaf3988
  #include <lua.h>
aaf3988
  #include <lualib.h>
aaf3988
  #include <lauxlib.h>
aaf3988
  
aaf3988
  /* Only do the following when the feature is enabled.  Needed for "make
aaf3988
   * depend". */
aaf3988
*** ../vim-7.3.100/src/version.c	2011-01-17 19:50:01.000000000 +0100
aaf3988
--- src/version.c	2011-01-17 19:51:40.000000000 +0100
aaf3988
***************
aaf3988
*** 716,717 ****
aaf3988
--- 716,719 ----
aaf3988
  {   /* Add new patch number below this line */
aaf3988
+ /**/
aaf3988
+     101,
aaf3988
  /**/
aaf3988
aaf3988
-- 
aaf3988
In a world without walls and borders, who needs windows and gates?
aaf3988
aaf3988
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
aaf3988
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
aaf3988
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
aaf3988
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///