home *** CD-ROM | disk | FTP | other *** search
- To: vim-dev@vim.org
- Subject: Patch 6.1.075
- Fcc: outbox
- From: Bram Moolenaar <Bram@moolenaar.net>
- MIME-Version: 1.0
- Content-Type: text/plain; charset=ISO-8859-1
- Content-Transfer-Encoding: 8bit
- ------------
-
- Patch 6.1.075 (depends on 6.1.072)
- Problem: Can't compile fileio.c on MS-Windows.
- Solution: Add a declaration for the "p" pointer. (Madoka Machitani)
- Files: src/fileio.c
-
-
- *** ../vim61.074/src/fileio.c Thu May 16 22:01:33 2002
- --- src/fileio.c Fri May 17 10:18:34 2002
- ***************
- *** 5777,5782 ****
- --- 5777,5784 ----
- forward_slash(fname)
- char_u *fname;
- {
- + char_u *p;
- +
- for (p = fname; *p != NUL; ++p)
- # ifdef FEAT_MBYTE
- /* The Big5 encoding can have '\' in the trail byte. */
- *** ../vim61.074/src/version.c Thu May 16 22:15:58 2002
- --- src/version.c Fri May 17 10:18:44 2002
- ***************
- *** 608,609 ****
- --- 608,611 ----
- { /* Add new patch number below this line */
- + /**/
- + 75,
- /**/
-
- --
- How To Keep A Healthy Level Of Insanity:
- 8. Don't use any punctuation marks.
-
- /// Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net \\\
- /// Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim \\\
- \\\ Project leader for A-A-P -- http://www.a-a-p.org ///
- \\\ Help me helping AIDS orphans in Uganda - http://iccf-holland.org ///
-