]> git.pld-linux.org Git - packages/vim.git/blob - 7.3.101
- new
[packages/vim.git] / 7.3.101
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.1
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.3.101
11 Problem:    ino_t defined with wrong size.
12 Solution:   Move including auto/config.h before other includes. (Marius
13             Geminas)
14 Files:      src/if_ruby.c, src/if_lua.c
15                 
16
17 *** ../vim-7.3.100/src/if_ruby.c        2010-12-24 13:39:29.000000000 +0100
18 --- src/if_ruby.c       2011-01-09 14:43:14.000000000 +0100
19 ***************
20 *** 11,23 ****
21    * See README.txt for an overview of the Vim source code.
22    */
23   
24 - #include <stdio.h>
25 - #include <string.h>
26
27   #ifdef HAVE_CONFIG_H
28   # include "auto/config.h"
29   #endif
30   
31   #ifdef _WIN32
32   # if !defined(DYNAMIC_RUBY_VER) || (DYNAMIC_RUBY_VER < 18)
33   #   define NT
34 --- 11,23 ----
35    * See README.txt for an overview of the Vim source code.
36    */
37   
38   #ifdef HAVE_CONFIG_H
39   # include "auto/config.h"
40   #endif
41   
42 + #include <stdio.h>
43 + #include <string.h>
44
45   #ifdef _WIN32
46   # if !defined(DYNAMIC_RUBY_VER) || (DYNAMIC_RUBY_VER < 18)
47   #   define NT
48 *** ../vim-7.3.100/src/if_lua.c 2010-10-23 14:02:48.000000000 +0200
49 --- src/if_lua.c        2011-01-09 14:46:46.000000000 +0100
50 ***************
51 *** 9,20 ****
52    * See README.txt for an overview of the Vim source code.
53    */
54   
55 ! #include <stdio.h>
56 ! #include <string.h>
57   #include <lua.h>
58   #include <lualib.h>
59   #include <lauxlib.h>
60 - #include "vim.h"
61   
62   /* Only do the following when the feature is enabled.  Needed for "make
63    * depend". */
64 --- 9,19 ----
65    * See README.txt for an overview of the Vim source code.
66    */
67   
68 ! #include "vim.h"
69
70   #include <lua.h>
71   #include <lualib.h>
72   #include <lauxlib.h>
73   
74   /* Only do the following when the feature is enabled.  Needed for "make
75    * depend". */
76 *** ../vim-7.3.100/src/version.c        2011-01-17 19:50:01.000000000 +0100
77 --- src/version.c       2011-01-17 19:51:40.000000000 +0100
78 ***************
79 *** 716,717 ****
80 --- 716,719 ----
81   {   /* Add new patch number below this line */
82 + /**/
83 +     101,
84   /**/
85
86 -- 
87 In a world without walls and borders, who needs windows and gates?
88
89  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
90 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
91 \\\  an exciting new programming language -- http://www.Zimbu.org        ///
92  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.056303 seconds and 3 git commands to generate.