Patch 7.2.110
Problem: Compiler warning for unused variable.
Solution: Init the variable.
Files: src/ex_docmd.c
*** ../vim-7.2.109/src/ex_docmd.c Wed Jan 28 15:42:07 2009
--- src/ex_docmd.c Tue Feb 17 03:47:13 2009
***************
*** 5916,5922 ****
char_u *q;
char_u *start;
! char_u *end;
char_u *ksp;
size_t len, totlen;
--- 5916,5922 ----
char_u *q;
char_u *start;
! char_u *end = NULL;
char_u *ksp;
size_t len, totlen;
*** ../vim-7.2.109/src/version.c Sat Feb 21 20:27:00 2009
--- src/version.c Sat Feb 21 20:35:50 2009
***************
*** 678,679 ****
--- 678,681 ----
{ /* Add new patch number below this line */
+ /**/
+ 110,
/**/
--
hundred-and-one symptoms of being an internet addict:
100. The most exciting sporting events you noticed during summer 1996
was Netscape vs. Microsoft.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ download, build and distribute -- http://www.A-A-P.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---