summaryrefslogtreecommitdiff
path: root/src/proto/vim9cmds.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto/vim9cmds.pro')
-rw-r--r--src/proto/vim9cmds.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/proto/vim9cmds.pro b/src/proto/vim9cmds.pro
index a0c3adec5..4d9e9839b 100644
--- a/src/proto/vim9cmds.pro
+++ b/src/proto/vim9cmds.pro
@@ -11,8 +11,8 @@ char_u *compile_for(char_u *arg_start, cctx_T *cctx);
char_u *compile_endfor(char_u *arg, cctx_T *cctx);
char_u *compile_while(char_u *arg, cctx_T *cctx);
char_u *compile_endwhile(char_u *arg, cctx_T *cctx);
-short get_loop_var_info(cctx_T *cctx, short *loop_var_idx);
-int get_loop_var_idx(cctx_T *cctx);
+int get_loop_var_info(cctx_T *cctx, loopvarinfo_T *lvi);
+void get_loop_var_idx(cctx_T *cctx, int idx, lvar_T *lvar);
char_u *compile_continue(char_u *arg, cctx_T *cctx);
char_u *compile_break(char_u *arg, cctx_T *cctx);
char_u *compile_block(char_u *arg, cctx_T *cctx);