commit | dc7c366f3aae65ee691010b08f37acfb26e0742b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 20 15:04:29 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 20 15:04:29 2021 +0000 |
tree | 90d12bd3030048100a9c5084474aef484f6fc58f | |
parent | a99fb23842f055c511bfe1b62de7bbd14d5a99c0 [diff] [blame] |
patch 8.2.3860: Vim9: codecov struggles with the file size Problem: Vim9: codecov struggles with the file size. Solution: Split vim9compile.c into four files.
diff --git a/src/vim9script.c b/src/vim9script.c index 90c39f9..72c7088 100644 --- a/src/vim9script.c +++ b/src/vim9script.c
@@ -13,7 +13,8 @@ #include "vim.h" -#if defined(FEAT_EVAL) +// When not generating protos this is included in proto.h +#ifdef PROTO # include "vim9.h" #endif