comparison src/version.c @ 4086:0cbea05f19c7 v7.3.797

updated for version 7.3.797 Problem: Compiler warning for size_t to int conversion. (Skeept) Solution: Add type casts.
author Bram Moolenaar <bram@vim.org>
date Wed, 30 Jan 2013 21:56:21 +0100
parents 2c12c4e2fae8
children cdaa688e3ddd
comparison
equal deleted inserted replaced
4085:42a0c8b2dc7a 4086:0cbea05f19c7
723 NULL 723 NULL
724 }; 724 };
725 725
726 static int included_patches[] = 726 static int included_patches[] =
727 { /* Add new patch number below this line */ 727 { /* Add new patch number below this line */
728 /**/
729 797,
728 /**/ 730 /**/
729 796, 731 796,
730 /**/ 732 /**/
731 795, 733 795,
732 /**/ 734 /**/