comparison src/version.c @ 4922:8dd2769ab75c v7.3.1206

updated for version 7.3.1206 Problem: Inconsistent function argument declarations. Solution: Use ANSI style.
author Bram Moolenaar <bram@vim.org>
date Sun, 16 Jun 2013 14:25:57 +0200
parents d02448031708
children 6ae32a64e153
comparison
equal deleted inserted replaced
4921:e47973e026d2 4922:8dd2769ab75c
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 1206,
731 /**/ 733 /**/
732 1205, 734 1205,
733 /**/ 735 /**/
734 1204, 736 1204,
735 /**/ 737 /**/