0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.2.2077: build failure with small features

Problem:    Build failure with small features.
Solution:   Add #ifdef.
This commit is contained in:
Bram Moolenaar
2020-12-01 21:47:59 +01:00
parent c478ee3d83
commit a452b808b4
3 changed files with 9 additions and 1 deletions

View File

@@ -4155,7 +4155,9 @@ typedef struct {
int save_finish_op;
int save_opcount;
int save_reg_executing;
#ifdef FEAT_EVAL
int save_script_version;
#endif
tasave_T tabuf;
} save_state_T;