comparison src/version.c @ 5997:fd7110d0c3bf v7.4.339

updated for version 7.4.339 Problem: Local function is available globally. Solution: Add "static".
author Bram Moolenaar <bram@vim.org>
date Wed, 25 Jun 2014 14:44:10 +0200
parents ef83b423ebf7
children 03f95f5e311b
comparison
equal deleted inserted replaced
5996:bfb2c6a46d1b 5997:fd7110d0c3bf
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 339,
737 /**/ 739 /**/
738 338, 740 338,
739 /**/ 741 /**/
740 337, 742 337,
741 /**/ 743 /**/