comparison src/proto/ex_eval.pro @ 78:b00be47310ed

updated for version 7.0032
author vimboss
date Thu, 06 Jan 2005 23:22:30 +0000
parents 1154524da1cd
children 6beb2c667935
comparison
equal deleted inserted replaced
77:31e555c6c691 78:b00be47310ed
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)); 26 void enter_cleanup __ARGS((cleanup_T *csp));
27 void leave_cleanup __ARGS((cleanup_T *csp)); 27 void leave_cleanup __ARGS((cleanup_T *csp));
28 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));
29 void rewind_conditionals __ARGS((struct condstack *cstack, int idx, int cond_type, int *cond_level));
29 void ex_endfunction __ARGS((exarg_T *eap)); 30 void ex_endfunction __ARGS((exarg_T *eap));
30 int has_loop_cmd __ARGS((char_u *p)); 31 int has_loop_cmd __ARGS((char_u *p));
31 /* vim: set ft=c : */ 32 /* vim: set ft=c : */