Patch 7.4.1905 (after 7.4.1903)
Problem: Some compilers can't handle a double semicolon.
Solution: Remove one semicolon.
Files: src/ex_cmds.c
*** ../vim-7.4.1904/src/ex_cmds.c 2016-06-06 21:07:48.383578685 +0200
--- src/ex_cmds.c 2016-06-06 21:37:15.511554377 +0200
***************
*** 2542,2548 ****
{
char_u *p = text;
char_u *nextp = NULL;
! char_u *buf = NULL;;
int count = 0;
int i;
int allocated = FALSE;
--- 2542,2548 ----
{
char_u *p = text;
char_u *nextp = NULL;
! char_u *buf = NULL;
int count = 0;
int i;
int allocated = FALSE;
*** ../vim-7.4.1904/src/version.c 2016-06-06 21:20:05.927568540 +0200
--- src/version.c 2016-06-06 21:38:06.239553679 +0200
***************
*** 755,756 ****
--- 755,758 ----
{ /* Add new patch number below this line */
+ /**/
+ 1905,
/**/
--
"I don’t know how to make a screenshot" - Richard Stallman, July 2002
(when asked to send a screenshot of his desktop for unix.se)
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.