diff src/version.c @ 26065:e38c45dbcc70 v8.2.3566

patch 8.2.3566: build failure on old systems when using nano timestamp Commit: https://github.com/vim/vim/commit/44db603f691b58a8531e8ff528e0a7ce644257b2 Author: Gary Johnson <garyjohn@spocom.com> Date: Thu Oct 28 20:49:06 2021 +0100 patch 8.2.3566: build failure on old systems when using nano timestamp Problem: Build failure on old systems when using nano timestamp. Solution: Define _BSD_SOURCE, _SVID_SOURCE and _DEFAULT_SOURCE. (Gary Johnson, closes #9054)
author Bram Moolenaar <Bram@vim.org>
date Thu, 28 Oct 2021 22:00:05 +0200
parents 597271fb4bfa
children 6a55d46e83cd
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3566,
+/**/
     3565,
 /**/
     3564,