Mercurial > vim
comparison src/version.c @ 4519:fba9c0f86f77 v7.3.1007
updated for version 7.3.1007
Problem: Can't build on Minix 3.2.1.
Solution: Add a condition to an #ifdef. (Gautam Tirumala)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Thu, 23 May 2013 22:27:03 +0200 |
parents | 9a2183bd8295 |
children | 8cb14f59a327 |
comparison
equal
deleted
inserted
replaced
4518:bdf9316997bb | 4519:fba9c0f86f77 |
---|---|
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 1007, | |
731 /**/ | 733 /**/ |
732 1006, | 734 1006, |
733 /**/ | 735 /**/ |
734 1005, | 736 1005, |
735 /**/ | 737 /**/ |