comparison src/version.c @ 13507:8bdcc8faeb32 v8.0.1627

patch 8.0.1627: compiler warning for visibility attribute not supported commit https://github.com/vim/vim/commit/7735dafb584c77cf1191eceaa0b4db46266c9cb8 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 22 20:26:50 2018 +0100 patch 8.0.1627: compiler warning for visibility attribute not supported Problem: Compiler warning for visibility attribute not supported on MinGW builds. Solution: Don't add the attribute when we don't expect it to work. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Thu, 22 Mar 2018 20:30:08 +0100
parents a784ef72b617
children 0c56cfb463f0
comparison
equal deleted inserted replaced
13506:cb955e703d3a 13507:8bdcc8faeb32
764 NULL 764 NULL
765 }; 765 };
766 766
767 static int included_patches[] = 767 static int included_patches[] =
768 { /* Add new patch number below this line */ 768 { /* Add new patch number below this line */
769 /**/
770 1627,
769 /**/ 771 /**/
770 1626, 772 1626,
771 /**/ 773 /**/
772 1625, 774 1625,
773 /**/ 775 /**/