comparison src/version.c @ 25929:51a1ff50bd24 v8.2.3498

patch 8.2.3498: recover test may fail on some systems Commit: https://github.com/vim/vim/commit/37f341d7236ff8a1e886bbb0f0ba0700ad589373 Author: James McCoy <jamessan@jamessan.com> Date: Mon Oct 11 21:04:37 2021 +0100 patch 8.2.3498: recover test may fail on some systems Problem: Recover test may fail on some systems. Solution: Adjust the little endian and 64 bit detection. (James McCoy, closes #8941)
author Bram Moolenaar <Bram@vim.org>
date Mon, 11 Oct 2021 22:15:03 +0200
parents 2e82629dbd90
children a12337b82da0
comparison
equal deleted inserted replaced
25928:49310ee63371 25929:51a1ff50bd24
755 NULL 755 NULL
756 }; 756 };
757 757
758 static int included_patches[] = 758 static int included_patches[] =
759 { /* Add new patch number below this line */ 759 { /* Add new patch number below this line */
760 /**/
761 3498,
760 /**/ 762 /**/
761 3497, 763 3497,
762 /**/ 764 /**/
763 3496, 765 3496,
764 /**/ 766 /**/