comparison src/proto/ex_eval.pro @ 74:1154524da1cd

updated for version 7.0031
author vimboss
date Wed, 05 Jan 2005 22:10:30 +0000
parents 8ff7fd162d3c
children b00be47310ed
comparison
equal deleted inserted replaced
73:cbd631b28f36 74:1154524da1cd
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 ex_endfunction __ARGS((exarg_T *eap)); 29 void ex_endfunction __ARGS((exarg_T *eap));
30 int has_while_cmd __ARGS((char_u *p)); 30 int has_loop_cmd __ARGS((char_u *p));
31 /* vim: set ft=c : */ 31 /* vim: set ft=c : */