commit | 254480736f7db3667c7b84873efb49c2cb1d385f | [log] [tgz] |
---|---|---|
author | Evan Miller <emmiller@gmail.com> | Fri Dec 30 10:42:23 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 30 10:42:23 2022 +0000 |
tree | bb553eea78434d15a688dd3c6321b81f13e9f4a2 | |
parent | c4b3f6477c4956c49da1277d55e6915ea7e6a39e [diff] [blame] |
patch 9.0.1110: build fails on Mac OS X 10.4/10.5 Problem: Build fails on Mac OS X 10.4/10.5 . Solution: Check if the dispatch/dispatch.h header exists. (Evan Miller, closes #11746)
diff --git a/src/version.c b/src/version.c index 773a919..3d2b851 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1110, +/**/ 1109, /**/ 1108,