comparison src/version.c @ 5881:aa99d04fa7e2 v7.4.283

updated for version 7.4.283 Problem: Compiler warning about unused variable. (Charles Cooper) Solution: Move the variable inside the #if block.
author Bram Moolenaar <bram@vim.org>
date Fri, 09 May 2014 20:33:04 +0200
parents 6d0a1132dd71
children 3c35ca9666e8
comparison
equal deleted inserted replaced
5880:140bff8f01bd 5881:aa99d04fa7e2
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 283,
737 /**/ 739 /**/
738 282, 740 282,
739 /**/ 741 /**/
740 281, 742 281,
741 /**/ 743 /**/