comparison src/version.c @ 6763:e026e4f106a5 v7.4.703

patch 7.4.703 Problem: Compiler warning for start_dir unused when building unittests. Solution: Move start_dir inside the #ifdef.
author Bram Moolenaar <bram@vim.org>
date Fri, 17 Apr 2015 22:08:16 +0200
parents 203888fa7192
children ec46a5ca1b51
comparison
equal deleted inserted replaced
6762:a8cacc29153a 6763:e026e4f106a5
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 703,
744 /**/ 746 /**/
745 702, 747 702,
746 /**/ 748 /**/
747 701, 749 701,
748 /**/ 750 /**/