comparison src/version.c @ 6359:9f9058aeba0d v7.4.512

updated for version 7.4.512 Problem: Cannot generate prototypes for Win32 files and VMS. Solution: Add typedefs and #ifdef
author Bram Moolenaar <bram@vim.org>
date Wed, 12 Nov 2014 16:10:48 +0100
parents 7623d953d3bc
children 6ad9facba57d
comparison
equal deleted inserted replaced
6358:e83e7ad4871e 6359:9f9058aeba0d
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 512,
744 /**/ 746 /**/
745 511, 747 511,
746 /**/ 748 /**/
747 510, 749 510,
748 /**/ 750 /**/