comparison src/version.c @ 5666:d1c8c1d64034 v7.4.179

updated for version 7.4.179 Problem: Warning for type-punned pointer. (Tony Mechelynck) Solution: Use intermediate variable.
author Bram Moolenaar <bram@vim.org>
date Wed, 12 Feb 2014 22:08:49 +0100
parents 647e6bb15aa3
children b1b8b097539a
comparison
equal deleted inserted replaced
5665:bae71e70150b 5666:d1c8c1d64034
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 179,
741 /**/ 743 /**/
742 178, 744 178,
743 /**/ 745 /**/
744 177, 746 177,
745 /**/ 747 /**/