comparison src/version.c @ 6068:353330c512a9 v7.4.373

updated for version 7.4.373 Problem: Compiler warning for unused argument and unused variable. Solution: Add UNUSED. Move variable inside #ifdef.
author Bram Moolenaar <bram@vim.org>
date Wed, 16 Jul 2014 23:39:54 +0200
parents a122efb555c4
children f59c4bf0ac3b
comparison
equal deleted inserted replaced
6067:48077e3b83f6 6068:353330c512a9
732 NULL 732 NULL
733 }; 733 };
734 734
735 static int included_patches[] = 735 static int included_patches[] =
736 { /* Add new patch number below this line */ 736 { /* Add new patch number below this line */
737 /**/
738 373,
737 /**/ 739 /**/
738 372, 740 372,
739 /**/ 741 /**/
740 371, 742 371,
741 /**/ 743 /**/