vim-patch:8.2.0013: not using a typedef for condstack

Problem:    Not using a typedef for condstack.
Solution:   Add a typedef.
ddef129160
This commit is contained in:
Jan Edmund Lazo
2019-12-16 19:48:57 -05:00
parent fcd9105018
commit 9e6ebed6f4
5 changed files with 93 additions and 97 deletions

View File

@@ -23652,7 +23652,7 @@ void ex_return(exarg_T *eap)
int do_return(exarg_T *eap, int reanimate, int is_cmd, void *rettv)
{
int idx;
struct condstack *cstack = eap->cstack;
cstack_T *const cstack = eap->cstack;
if (reanimate)
/* Undo the return. */