vim-patch:7.4.2224

Problem:    Compiler warnings with older compiler and 64 bit numbers.
Solution:   Add "LL" to large values. (Mike Williams)

af9c4c9b57

Equivalent change was made in ZyX's typval refactoring.
This commit is contained in:
James McCoy 2017-04-19 23:32:47 -04:00
parent c3efb2804a
commit 55c93ea164
No known key found for this signature in database
GPG Key ID: DFE691AE331BA3DB

View File

@ -220,7 +220,7 @@ static const int included_patches[] = {
2227, 2227,
2226, 2226,
2225, 2225,
// 2224, 2224,
2223, 2223,
2222, 2222,
2221, 2221,