8315bb - patchlevel 189

Authored and Committed by Karsten Hopp 10 years ago
1 file changed. 52 lines added. 0 lines removed.
    - patchlevel 189
    
        
file added
+52
7.4.189 ADDED
@@ -0,0 +1,52 @@
1
+ To: vim_dev@googlegroups.com
2
+ Subject: Patch 7.4.189
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.4.189
11
+ Problem: Compiler warning for unused argument.
12
+ Solution: Add UNUSED.
13
+ Files: src/eval.c
14
+
15
+
16
+ *** ../vim-7.4.188/src/eval.c 2014-02-22 22:18:39.532905522 +0100
17
+ --- src/eval.c 2014-02-23 22:29:14.976766942 +0100
18
+ ***************
19
+ *** 9203,9209 ****
20
+ byteidx(argvars, rettv, comp)
21
+ typval_T *argvars;
22
+ typval_T *rettv;
23
+ ! int comp;
24
+ {
25
+ #ifdef FEAT_MBYTE
26
+ char_u *t;
27
+ --- 9203,9209 ----
28
+ byteidx(argvars, rettv, comp)
29
+ typval_T *argvars;
30
+ typval_T *rettv;
31
+ ! int comp UNUSED;
32
+ {
33
+ #ifdef FEAT_MBYTE
34
+ char_u *t;
35
+ *** ../vim-7.4.188/src/version.c 2014-02-23 22:52:33.372764715 +0100
36
+ --- src/version.c 2014-02-23 22:54:17.836764549 +0100
37
+ ***************
38
+ *** 740,741 ****
39
+ --- 740,743 ----
40
+ { /* Add new patch number below this line */
41
+ + /**/
42
+ + 189,
43
+ /**/
44
+
45
+ --
46
+ Q: How does a UNIX Guru pick up a girl?
47
+ A: look; grep; which; eval; nice; uname; talk; date;
48
+
49
+ /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
50
+ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
51
+ \\\ an exciting new programming language -- http://www.Zimbu.org ///
52
+ \\\ help me help AIDS victims -- http://ICCF-Holland.org ///