Karsten Hopp a5cd6f
To: vim_dev@googlegroups.com
Karsten Hopp a5cd6f
Subject: Patch 7.3.1215
Karsten Hopp a5cd6f
Fcc: outbox
Karsten Hopp a5cd6f
From: Bram Moolenaar <Bram@moolenaar.net>
Karsten Hopp a5cd6f
Mime-Version: 1.0
Karsten Hopp a5cd6f
Content-Type: text/plain; charset=UTF-8
Karsten Hopp a5cd6f
Content-Transfer-Encoding: 8bit
Karsten Hopp a5cd6f
------------
Karsten Hopp a5cd6f
Karsten Hopp a5cd6f
Patch 7.3.1215
Karsten Hopp a5cd6f
Problem:    Compiler warning for function not defined.
Karsten Hopp a5cd6f
Solution:   Add #ifdef.
Karsten Hopp a5cd6f
Files:	    src/misc1.c
Karsten Hopp a5cd6f
Karsten Hopp a5cd6f
Karsten Hopp a5cd6f
*** ../vim-7.3.1214/src/misc1.c	2013-06-16 22:49:09.000000000 +0200
Karsten Hopp a5cd6f
--- src/misc1.c	2013-06-17 19:19:27.000000000 +0200
Karsten Hopp a5cd6f
***************
Karsten Hopp a5cd6f
*** 16,22 ****
Karsten Hopp a5cd6f
--- 16,24 ----
Karsten Hopp a5cd6f
  
Karsten Hopp a5cd6f
  static char_u *vim_version_dir __ARGS((char_u *vimdir));
Karsten Hopp a5cd6f
  static char_u *remove_tail __ARGS((char_u *p, char_u *pend, char_u *name));
Karsten Hopp a5cd6f
+ #if defined(FEAT_CMDL_COMPL)
Karsten Hopp a5cd6f
  static void init_users __ARGS((void));
Karsten Hopp a5cd6f
+ #endif
Karsten Hopp a5cd6f
  static int copy_indent __ARGS((int size, char_u	*src));
Karsten Hopp a5cd6f
  
Karsten Hopp a5cd6f
  /* All user names (for ~user completion as done by shell). */
Karsten Hopp a5cd6f
*** ../vim-7.3.1214/src/version.c	2013-06-16 22:49:09.000000000 +0200
Karsten Hopp a5cd6f
--- src/version.c	2013-06-17 19:20:16.000000000 +0200
Karsten Hopp a5cd6f
***************
Karsten Hopp a5cd6f
*** 730,731 ****
Karsten Hopp a5cd6f
--- 730,733 ----
Karsten Hopp a5cd6f
  {   /* Add new patch number below this line */
Karsten Hopp a5cd6f
+ /**/
Karsten Hopp a5cd6f
+     1215,
Karsten Hopp a5cd6f
  /**/
Karsten Hopp a5cd6f
Karsten Hopp a5cd6f
-- 
Karsten Hopp a5cd6f
hundred-and-one symptoms of being an internet addict:
Karsten Hopp a5cd6f
242. You turn down a better-paying job because it doesn't come with
Karsten Hopp a5cd6f
     a free e-mail account.
Karsten Hopp a5cd6f
Karsten Hopp a5cd6f
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
Karsten Hopp a5cd6f
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
Karsten Hopp a5cd6f
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
Karsten Hopp a5cd6f
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///