comparison src/version.c @ 13545:88c8fc800bcc v8.0.1646

patch 8.0.1646: MS-Windows: executable contains unreferenced functions commit https://github.com/vim/vim/commit/4368d5ce8a2fa16826d76eeb32347bbbb4fad2bc Author: Bram Moolenaar <Bram@vim.org> Date: Mon Mar 26 20:55:10 2018 +0200 patch 8.0.1646: MS-Windows: executable contains unreferenced functions Problem: MS-Windows: executable contains unreferenced functions and data. Solution: Add /opt:ref to the compiler command. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Mon, 26 Mar 2018 21:00:10 +0200
parents 98d832e4e394
children 87a9c1be0ae3
comparison
equal deleted inserted replaced
13544:c9db1f838ebc 13545:88c8fc800bcc
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 1646,
769 /**/ 771 /**/
770 1645, 772 1645,
771 /**/ 773 /**/
772 1644, 774 1644,
773 /**/ 775 /**/