comparison src/version.c @ 6120:f62b2e76dd80 v7.4.398

updated for version 7.4.398 Problem: Gcc error for the argument of InterlockedIncrement() and InterlockedDecrement(). (Axel Bender) Solution: Remove "unsigned" from the cRefCount_ declaration.
author Bram Moolenaar <bram@vim.org>
date Thu, 07 Aug 2014 13:55:10 +0200
parents 8d361608fe86
children 18ac55444b37
comparison
equal deleted inserted replaced
6119:2a798dca16bf 6120:f62b2e76dd80
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 398,
744 /**/ 746 /**/
745 397, 747 397,
746 /**/ 748 /**/
747 396, 749 396,
748 /**/ 750 /**/