comparison src/structs.h @ 23062:fa87b0d1277b v8.2.2077

patch 8.2.2077: build failure with small features Commit: https://github.com/vim/vim/commit/a452b808b4da2d272ca4a50865eb8ca89a58f239 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 1 21:47:59 2020 +0100 patch 8.2.2077: build failure with small features Problem: Build failure with small features. Solution: Add #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Tue, 01 Dec 2020 22:00:04 +0100
parents 57b6427c18e4
children 43532077b5ff
comparison
equal deleted inserted replaced
23061:b3adc3982d17 23062:fa87b0d1277b
4153 int save_State; 4153 int save_State;
4154 int save_insertmode; 4154 int save_insertmode;
4155 int save_finish_op; 4155 int save_finish_op;
4156 int save_opcount; 4156 int save_opcount;
4157 int save_reg_executing; 4157 int save_reg_executing;
4158 #ifdef FEAT_EVAL
4158 int save_script_version; 4159 int save_script_version;
4160 #endif
4159 tasave_T tabuf; 4161 tasave_T tabuf;
4160 } save_state_T; 4162 } save_state_T;
4161 4163
4162 typedef struct { 4164 typedef struct {
4163 varnumber_T vv_prevcount; 4165 varnumber_T vv_prevcount;