]> git.pld-linux.org Git - packages/vim.git/blob - 7.3.136
- new: 7.3.261
[packages/vim.git] / 7.3.136
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.136
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.136
11 Problem:    Duplicate include of assert.h.
12 Solution:   Remove it.
13 Files:      src/if_cscope.c
14
15
16 *** ../vim-7.3.135/src/if_cscope.c      2010-12-30 11:41:05.000000000 +0100
17 --- src/if_cscope.c     2011-03-03 15:01:15.000000000 +0100
18 ***************
19 *** 13,19 ****
20   
21   #if defined(FEAT_CSCOPE) || defined(PROTO)
22   
23 - #include <assert.h>
24   #include <sys/types.h>
25   #include <sys/stat.h>
26   #if defined(UNIX)
27 --- 13,18 ----
28 *** ../vim-7.3.135/src/version.c        2011-02-25 18:38:29.000000000 +0100
29 --- src/version.c       2011-03-03 14:59:32.000000000 +0100
30 ***************
31 *** 716,717 ****
32 --- 716,719 ----
33   {   /* Add new patch number below this line */
34 + /**/
35 +     136,
36   /**/
37
38 -- 
39 ARTHUR:  You fight with the strength of many men, Sir knight.
40          I am Arthur, King of the Britons.  [pause]
41          I seek the finest and the bravest knights in the land to join me
42          in my Court of Camelot.  [pause]
43          You have proved yourself worthy; will you join me?  [pause]
44          You make me sad.  So be it.  Come, Patsy.
45 BLACK KNIGHT:  None shall pass.
46                                   The Quest for the Holy Grail (Monty Python)
47
48  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
49 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
50 \\\  an exciting new programming language -- http://www.Zimbu.org        ///
51  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.099002 seconds and 3 git commands to generate.