comparison src/version.c @ 5347:6bbb2ae990c9 v7.4.026

updated for version 7.4.026 Problem: Clang warning for int shift overflow. Solution: Use unsigned and cast back to int. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Sun, 08 Sep 2013 16:07:07 +0200
parents 9085d32d7424
children 73cc7272de5e
comparison
equal deleted inserted replaced
5346:3530261cb77b 5347:6bbb2ae990c9
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 26,
741 /**/ 743 /**/
742 25, 744 25,
743 /**/ 745 /**/
744 24, 746 24,
745 /**/ 747 /**/