comparison src/version.c @ 19067:d95296021f6e v8.2.0094

patch 8.2.0094: MS-Windows: cannot build with Strawberry Perl 5.30 Commit: https://github.com/vim/vim/commit/e73b38f8e10c220a382270f69e24cad08d3bf792 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 6 21:22:09 2020 +0100 patch 8.2.0094: MS-Windows: cannot build with Strawberry Perl 5.30 Problem: MS-Windows: cannot build with Strawberry Perl 5.30. Solution: Define __builtin_expect() as a workaround. (Ken Takata, closes #5267)
author Bram Moolenaar <Bram@vim.org>
date Mon, 06 Jan 2020 21:30:04 +0100
parents ef3633932b0c
children e14feba578f1
comparison
equal deleted inserted replaced
19066:2379273ec8a9 19067:d95296021f6e
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 94,
745 /**/ 747 /**/
746 93, 748 93,
747 /**/ 749 /**/
748 92, 750 92,
749 /**/ 751 /**/