comparison src/version.c @ 6604:6eecaf5a18ca v7.4.628

updated for version 7.4.628 Problem: Compiler warning for variable might be clobbered by longjmp. Solution: Add volatile. (Michael Jarvis)
author Bram Moolenaar <bram@vim.org>
date Tue, 10 Feb 2015 19:27:05 +0100
parents c77ef1bf9623
children f28c171348fb
comparison
equal deleted inserted replaced
6603:b10090446bbb 6604:6eecaf5a18ca
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 628,
744 /**/ 746 /**/
745 627, 747 627,
746 /**/ 748 /**/
747 626, 749 626,
748 /**/ 750 /**/