comparison src/version.c @ 25310:2bb7527aa7af v8.2.3192

patch 8.2.3192: build failure with small version Commit: https://github.com/vim/vim/commit/11d7e62f1d29fdd7a88b86131b7bbb853f29fe8b Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 20 22:29:19 2021 +0200 patch 8.2.3192: build failure with small version Problem: Build failure with small version (Tony Mechelynck). Solution: Remove stray #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Tue, 20 Jul 2021 22:30:06 +0200
parents a386f83499ed
children 7a254d0705e2
comparison
equal deleted inserted replaced
25309:79605d04de57 25310:2bb7527aa7af
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3192,
758 /**/ 760 /**/
759 3191, 761 3191,
760 /**/ 762 /**/
761 3190, 763 3190,
762 /**/ 764 /**/