commit | d569bb029983cff947dce704e6f830276204c13f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 11 13:57:20 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 11 13:57:20 2018 +0200 |
tree | 50736305a13af688a8321d0b4688042f61526362 | |
parent | 90f1e2b7bcf56112e1535b693acf131727179a6e [diff] [blame] |
patch 8.1.0268: file type checking has too many #ifdef Problem: File type checking has too many #ifdef. Solution: Always define the S_IF macros. (Ken Takata, closes #3306)
diff --git a/src/version.c b/src/version.c index 2e9ecf7..d71ee0e 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 268, +/**/ 267, /**/ 266,