Karsten Hopp 447c06
To: vim_dev@googlegroups.com
Karsten Hopp 447c06
Subject: Patch 7.3.547
Karsten Hopp 447c06
Fcc: outbox
Karsten Hopp 447c06
From: Bram Moolenaar <Bram@moolenaar.net>
Karsten Hopp 447c06
Mime-Version: 1.0
Karsten Hopp 447c06
Content-Type: text/plain; charset=UTF-8
Karsten Hopp 447c06
Content-Transfer-Encoding: 8bit
Karsten Hopp 447c06
------------
Karsten Hopp 447c06
Karsten Hopp 447c06
Patch 7.3.547 (after 7.3.541)
Karsten Hopp 447c06
Problem:    Compiler warning for uninitialized variable.
Karsten Hopp 447c06
Solution:   Initialize it.
Karsten Hopp 447c06
Files:	    src/ops.c
Karsten Hopp 447c06
Karsten Hopp 447c06
Karsten Hopp 447c06
*** ../vim-7.3.546/src/ops.c	2012-06-06 16:12:54.000000000 +0200
Karsten Hopp 447c06
--- src/ops.c	2012-06-06 23:06:45.000000000 +0200
Karsten Hopp 447c06
***************
Karsten Hopp 447c06
*** 4306,4312 ****
Karsten Hopp 447c06
      colnr_T	col = 0;
Karsten Hopp 447c06
      int		ret = OK;
Karsten Hopp 447c06
  #if defined(FEAT_COMMENTS) || defined(PROTO)
Karsten Hopp 447c06
!     int		*comments;
Karsten Hopp 447c06
      int		remove_comments = (use_formatoptions == TRUE)
Karsten Hopp 447c06
  				  && has_format_option(FO_REMOVE_COMS);
Karsten Hopp 447c06
      int		prev_was_comment;
Karsten Hopp 447c06
--- 4306,4312 ----
Karsten Hopp 447c06
      colnr_T	col = 0;
Karsten Hopp 447c06
      int		ret = OK;
Karsten Hopp 447c06
  #if defined(FEAT_COMMENTS) || defined(PROTO)
Karsten Hopp 447c06
!     int		*comments = NULL;
Karsten Hopp 447c06
      int		remove_comments = (use_formatoptions == TRUE)
Karsten Hopp 447c06
  				  && has_format_option(FO_REMOVE_COMS);
Karsten Hopp 447c06
      int		prev_was_comment;
Karsten Hopp 447c06
*** ../vim-7.3.546/src/version.c	2012-06-06 19:05:45.000000000 +0200
Karsten Hopp 447c06
--- src/version.c	2012-06-06 23:07:26.000000000 +0200
Karsten Hopp 447c06
***************
Karsten Hopp 447c06
*** 716,717 ****
Karsten Hopp 447c06
--- 716,719 ----
Karsten Hopp 447c06
  {   /* Add new patch number below this line */
Karsten Hopp 447c06
+ /**/
Karsten Hopp 447c06
+     547,
Karsten Hopp 447c06
  /**/
Karsten Hopp 447c06
Karsten Hopp 447c06
-- 
Karsten Hopp 447c06
How To Keep A Healthy Level Of Insanity:
Karsten Hopp 447c06
9. As often as possible, skip rather than walk.
Karsten Hopp 447c06
Karsten Hopp 447c06
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
Karsten Hopp 447c06
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
Karsten Hopp 447c06
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
Karsten Hopp 447c06
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///