To: vim-dev@vim.org Subject: Patch 6.1.328 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit ------------ Patch 6.1.328 Problem: Prototype for enc_canon_search() is missing. Solution: Add the prototype. (Walter Briscoe) Files: src/mbyte.c *** ../vim61.327/src/mbyte.c Sun Oct 27 22:19:38 2002 --- src/mbyte.c Sun Feb 9 19:44:07 2003 *************** *** 97,106 **** #if defined(FEAT_MBYTE) || defined(PROTO) ! static int dbcs_ptr2len_check __ARGS((char_u *p)); ! static int dbcs_char2cells __ARGS((int c)); static int dbcs_char2len __ARGS((int c)); static int dbcs_char2bytes __ARGS((int c, char_u *buf)); static int dbcs_ptr2char __ARGS((char_u *p)); static int enc_alias_search __ARGS((char_u *name)); --- 97,107 ---- #if defined(FEAT_MBYTE) || defined(PROTO) ! static int enc_canon_search __ARGS((char_u *name)); static int dbcs_char2len __ARGS((int c)); static int dbcs_char2bytes __ARGS((int c, char_u *buf)); + static int dbcs_ptr2len_check __ARGS((char_u *p)); + static int dbcs_char2cells __ARGS((int c)); static int dbcs_ptr2char __ARGS((char_u *p)); static int enc_alias_search __ARGS((char_u *name)); *** ../vim61.327/src/version.c Sun Feb 16 21:55:12 2003 --- src/version.c Sun Feb 16 21:57:11 2003 *************** *** 608,609 **** --- 612,615 ---- { /* Add new patch number below this line */ + /**/ + 328, /**/ -- hundred-and-one symptoms of being an internet addict: 268. You get up in the morning and go online before getting your coffee. /// 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 ///