0
0
mirror of https://github.com/vim/vim.git synced 2025-10-14 07:04:10 -04:00

patch 7.4.2224

Problem:    Compiler warnings with older compiler and 64 bit numbers.
Solution:   Add "LL" to large values. (Mike Williams)
This commit is contained in:
Bram Moolenaar
2016-08-17 21:51:56 +02:00
parent d3c907b5d2
commit af9c4c9b57
3 changed files with 9 additions and 7 deletions

View File

@@ -763,6 +763,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2224,
/**/
2223,
/**/