Patch 8.0.0098 (after 8.0.0097)
Problem: Can't build on MS-Windows.
Solution: Add missing parenthesis.
Files: src/vim.h
*** ../vim-8.0.0097/src/vim.h 2016-11-24 17:22:46.150837087 +0100
--- src/vim.h 2016-11-24 17:31:56.371175210 +0100
***************
*** 2512,2518 ****
#else
# if defined(WIN32)
# define ELAPSED_TICKCOUNT
! # define ELAPSED_INIT(v) v = GetTickCount
# define ELAPSED_FUNC(v) elapsed(v)
# define ELAPSED_TYPE DWORD
long elapsed(DWORD start_tick);
--- 2512,2518 ----
#else
# if defined(WIN32)
# define ELAPSED_TICKCOUNT
! # define ELAPSED_INIT(v) v = GetTickCount()
# define ELAPSED_FUNC(v) elapsed(v)
# define ELAPSED_TYPE DWORD
long elapsed(DWORD start_tick);
*** ../vim-8.0.0097/src/version.c 2016-11-24 17:22:46.154837060 +0100
--- src/version.c 2016-11-24 17:32:38.990891710 +0100
***************
*** 766,767 ****
--- 766,769 ----
{ /* Add new patch number below this line */
+ /**/
+ 98,
/**/
--
"Oh, no! NOT the Spanish Inquisition!"
"NOBODY expects the Spanish Inquisition!!!"
-- Monty Python sketch --
"Oh, no! NOT another option!"
"EVERYBODY expects another option!!!"
-- Discussion in vim-dev mailing list --
/// 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.