comparison src/version.c @ 19310:ae6bcbadf04b v8.2.0213

patch 8.2.0213: configure does not recognize gcc 10.0 and later Commit: https://github.com/vim/vim/commit/7077892a7918845a00ce8d7833b43cc6cbed2081 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 5 20:44:24 2020 +0100 patch 8.2.0213: configure does not recognize gcc 10.0 and later Problem: Configure does not recognize gcc 10.0 and later. Solution: Adjust the pattern matching the version number. (Sergei Trofimovich, closes #5580)
author Bram Moolenaar <Bram@vim.org>
date Wed, 05 Feb 2020 20:45:05 +0100
parents 6fd567c927c0
children 18fc30542bf5
comparison
equal deleted inserted replaced
19309:a7bf6a04e27a 19310:ae6bcbadf04b
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 213,
745 /**/ 747 /**/
746 212, 748 212,
747 /**/ 749 /**/
748 211, 750 211,
749 /**/ 751 /**/