comparison src/version.c @ 2754:d0cae5983609 v7.3.153

updated for version 7.3.153 Problem: Compiler warning for ambiguous else, missing prototype. Solution: Add braces. (Dominique Pelle) Add prototype for die().
author Bram Moolenaar <bram@vim.org>
date Sat, 02 Apr 2011 14:44:55 +0200
parents 0f7f66682a55
children d72d709f0e18
comparison
equal deleted inserted replaced
2753:6e042e124c4e 2754:d0cae5983609
712 NULL 712 NULL
713 }; 713 };
714 714
715 static int included_patches[] = 715 static int included_patches[] =
716 { /* Add new patch number below this line */ 716 { /* Add new patch number below this line */
717 /**/
718 153,
717 /**/ 719 /**/
718 152, 720 152,
719 /**/ 721 /**/
720 151, 722 151,
721 /**/ 723 /**/