commit | aca12fd89b082dd9cc12ae085a84f1805747bbdf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 07 10:16:15 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 07 10:16:15 2022 +0100 |
tree | 26a818cb12679b9c8bf490de3617312be4932691 | |
parent | 739f7998ab6c2383abbd8bbc7fad35e6bc3e7c43 [diff] [blame] |
patch 8.2.5066: timer_create is not available on every Mac system Problem: Timer_create is not available on every Mac system. (Hisashi T Fujinaka) Solution: Adjust #ifdef.
diff --git a/src/structs.h b/src/structs.h index 4666d02..58152b9 100644 --- a/src/structs.h +++ b/src/structs.h
@@ -3411,6 +3411,7 @@ int trail; int lead; int *multispace; + int *leadmultispace; #ifdef FEAT_CONCEAL int conceal; #endif