comparison src/proto/ex_eval.pro @ 24:8ff7fd162d3c v7.0016

updated for version 7.0016
author vimboss
date Mon, 13 Sep 2004 20:26:32 +0000
parents 3fc0f57ecb91
children 1154524da1cd
comparison
equal deleted inserted replaced
23:3f44e9abe4ec 24:8ff7fd162d3c
21 void do_throw __ARGS((struct condstack *cstack)); 21 void do_throw __ARGS((struct condstack *cstack));
22 void ex_try __ARGS((exarg_T *eap)); 22 void ex_try __ARGS((exarg_T *eap));
23 void ex_catch __ARGS((exarg_T *eap)); 23 void ex_catch __ARGS((exarg_T *eap));
24 void ex_finally __ARGS((exarg_T *eap)); 24 void ex_finally __ARGS((exarg_T *eap));
25 void ex_endtry __ARGS((exarg_T *eap)); 25 void ex_endtry __ARGS((exarg_T *eap));
26 void enter_cleanup __ARGS((cleanup_T *csp));
27 void leave_cleanup __ARGS((cleanup_T *csp));
26 int cleanup_conditionals __ARGS((struct condstack *cstack, int searched_cond, int inclusive)); 28 int cleanup_conditionals __ARGS((struct condstack *cstack, int searched_cond, int inclusive));
27 void ex_endfunction __ARGS((exarg_T *eap)); 29 void ex_endfunction __ARGS((exarg_T *eap));
28 int has_while_cmd __ARGS((char_u *p)); 30 int has_while_cmd __ARGS((char_u *p));
29 /* vim: set ft=c : */ 31 /* vim: set ft=c : */