comparison src/version.c @ 5985:8ae50e3ef8bf v7.4.333

updated for version 7.4.333 Problem: Compiler warning for unused function. Solution: Put the function inside the #ifdef.
author Bram Moolenaar <bram@vim.org>
date Tue, 17 Jun 2014 23:18:01 +0200
parents 8fed02d53b45
children 03d260a8ea0c
comparison
equal deleted inserted replaced
5984:6891999bf668 5985:8ae50e3ef8bf
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 333,
737 /**/ 739 /**/
738 332, 740 332,
739 /**/ 741 /**/
740 331, 742 331,
741 /**/ 743 /**/