]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.1215 v7.3.1215
authorBram Moolenaar <Bram@vim.org>
Mon, 17 Jun 2013 17:26:36 +0000 (19:26 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 17 Jun 2013 17:26:36 +0000 (19:26 +0200)
Problem:    Compiler warning for function not defined.
Solution:   Add #ifdef.

src/misc1.c
src/version.c

index be0d7d0255cda7920aa71e586417908d4bb83a07..a9e6c8a595f49e3783c4bfd9ca9fa946ded55c18 100644 (file)
@@ -16,7 +16,9 @@
 
 static char_u *vim_version_dir __ARGS((char_u *vimdir));
 static char_u *remove_tail __ARGS((char_u *p, char_u *pend, char_u *name));
+#if defined(FEAT_CMDL_COMPL)
 static void init_users __ARGS((void));
+#endif
 static int copy_indent __ARGS((int size, char_u        *src));
 
 /* All user names (for ~user completion as done by shell). */
index 9dca536a16dc3a96b2ed7ef612e97e973cdf332a..a18bd7882cbcc5fec07ebe51388a56c5199643dd 100644 (file)
@@ -728,6 +728,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1215,
 /**/
     1214,
 /**/