To: vim-dev@vim.org Subject: Patch 6.2f.010 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit ------------ Patch 6.2f.010 Problem: Warning for missing prototypes. Solution: Add missing prototypes. (Walter Briscoe) Files: src/if_cscope.c *** ../vim-6.2f.009/src/if_cscope.c Mon May 26 23:00:43 2003 --- src/if_cscope.c Tue May 27 22:05:51 2003 *************** *** 32,42 **** --- 32,45 ---- #endif #include "if_cscope.h" + static void cs_usage_msg __ARGS((int x)); static int cs_add __ARGS((exarg_T *eap)); + static void cs_stat_emsg __ARGS((char *fname)); static int cs_add_common __ARGS((char *, char *, char *)); static int cs_check_for_connections __ARGS((void)); static int cs_check_for_tags __ARGS((void)); static int cs_cnt_connections __ARGS((void)); + static void cs_reading_emsg __ARGS((int idx)); static int cs_cnt_matches __ARGS((int idx)); static char * cs_create_cmd __ARGS((char *csoption, char *pattern)); static int cs_create_connection __ARGS((int i)); *************** *** 56,61 **** --- 59,65 ---- static char * cs_make_vim_style_matches __ARGS((char *, char *, char *, char *)); static char * cs_manage_matches __ARGS((char **, char **, int, mcmd_e)); + static char * cs_parse_results __ARGS((int cnumber, char *buf, int bufsize, char **context, char **linenumber, char **search)); static char * cs_pathcomponents __ARGS((char *path)); static void cs_print_tags_priv __ARGS((char **, char **, int)); static int cs_read_prompt __ARGS((int )); *************** *** 1177,1182 **** --- 1181,1188 ---- } #ifndef UNIX + static char *GetWin32Error __ARGS((void)); + static char * GetWin32Error() { *** ../vim-6.2f.009/src/version.c Tue May 27 22:16:35 2003 --- src/version.c Tue May 27 22:23:24 2003 *************** *** 632,633 **** --- 632,635 ---- { /* Add new patch number below this line */ + /**/ + 10, /**/ -- A salesperson says: Translation: "backward compatible" Old technology "Premium" Overpriced "Can't keep it on the shelf" Unavailable "Stands alone" Piece of shit "Proprietary" Incompatible (Scott Adams - The Dilbert principle) /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// Creator of Vim - Vi IMproved -- http://www.Vim.org \\\ \\\ Project leader for A-A-P -- http://www.A-A-P.org /// \\\ Help AIDS victims, buy at Amazon -- http://ICCF.nl/click1.html ///