Mercurial > vim
comparison src/version.c @ 4655:779ca415f8e1 v7.3.1075
updated for version 7.3.1075
Problem: Compiler warning for storing a long_u in an int.
Solution: Declare the number as an int. (Mike Williams)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Thu, 30 May 2013 19:18:31 +0200 |
parents | b943fd24c351 |
children | 93b7ed814bec |
comparison
equal
deleted
inserted
replaced
4654:b74666f2a2fd | 4655:779ca415f8e1 |
---|---|
726 NULL | 726 NULL |
727 }; | 727 }; |
728 | 728 |
729 static int included_patches[] = | 729 static int included_patches[] = |
730 { /* Add new patch number below this line */ | 730 { /* Add new patch number below this line */ |
731 /**/ | |
732 1075, | |
731 /**/ | 733 /**/ |
732 1074, | 734 1074, |
733 /**/ | 735 /**/ |
734 1073, | 736 1073, |
735 /**/ | 737 /**/ |