comparison src/version.c @ 5394:31c9acfeda8f v7.4.048

updated for version 7.4.048 Problem: Recent clang version complains about -fno-strength-reduce. Solution: Add a configure check for the clang version. (Kazunobu Kuriyama)
author Bram Moolenaar <bram@vim.org>
date Wed, 02 Oct 2013 18:23:07 +0200
parents c21b2f52f1dd
children 15c1b8a20da6
comparison
equal deleted inserted replaced
5393:3e7ee32aa938 5394:31c9acfeda8f
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 48,
741 /**/ 743 /**/
742 47, 744 47,
743 /**/ 745 /**/
744 46, 746 46,
745 /**/ 747 /**/