Mercurial > vim
comparison src/version.c @ 26024:cb5f2515a450 v8.2.3546
patch 8.2.3546: build failure without the +eval feature
Commit: https://github.com/vim/vim/commit/09f7723d5a8694889350b13e3f6b4a9c3ed4c41f
Author: zeertzjq <zeertzjq@outlook.com>
Date: Wed Oct 20 17:21:24 2021 +0100
patch 8.2.3546: build failure without the +eval feature
Problem: Build failure without the +eval feature.
Solution: Add #ifdef. (closes https://github.com/vim/vim/issues/9025)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 20 Oct 2021 18:30:03 +0200 |
parents | 30e60bfd5fb3 |
children | db9fdfb86679 |
comparison
equal
deleted
inserted
replaced
26023:2f42137853b0 | 26024:cb5f2515a450 |
---|---|
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 3546, | |
760 /**/ | 762 /**/ |
761 3545, | 763 3545, |
762 /**/ | 764 /**/ |
763 3544, | 765 3544, |
764 /**/ | 766 /**/ |