comparison src/version.c @ 26542:b74e4c3618f8 v8.2.3800

patch 8.2.3800: when cross compiling the output of "uname" cannot be set Commit: https://github.com/vim/vim/commit/6840a0ffe8d27a8773a500ba17550cdf2ad12cbc Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 13 20:37:59 2021 +0000 patch 8.2.3800: when cross compiling the output of "uname" cannot be set Problem: When cross compiling the output of "uname" cannot be set. (Ben Reeves) Solution: Use cache variables. (closes #9338)
author Bram Moolenaar <Bram@vim.org>
date Mon, 13 Dec 2021 21:45:04 +0100
parents 682ff45f289f
children 30abd8e55ee5
comparison
equal deleted inserted replaced
26541:5555bfb99bdb 26542:b74e4c3618f8
747 NULL 747 NULL
748 }; 748 };
749 749
750 static int included_patches[] = 750 static int included_patches[] =
751 { /* Add new patch number below this line */ 751 { /* Add new patch number below this line */
752 /**/
753 3800,
752 /**/ 754 /**/
753 3799, 755 3799,
754 /**/ 756 /**/
755 3798, 757 3798,
756 /**/ 758 /**/