home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / patches / 6.0.076 < prev    next >
Encoding:
Internet Message Format  |  2001-11-04  |  1.1 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 6.0.076
  3. Fcc: outbox
  4. From: Bram Moolenaar <Bram@moolenaar.net>
  5. MIME-Version: 1.0
  6. Content-Type: text/plain; charset=ISO-8859-1
  7. Content-Transfer-Encoding: 8bit
  8. ------------
  9.  
  10. Patch 6.0.076
  11. Problem:    Warning for wrong pointer type when compiling.
  12. Solution:   Use char instead of char_u pointer.
  13. Files:        src/version.c
  14.  
  15.  
  16. *** ../vim60.75/src/version.c    Mon Nov  5 09:52:01 2001
  17. --- src/version.c    Mon Nov  5 11:14:45 2001
  18. ***************
  19. *** 608,609 ****
  20. --- 608,611 ----
  21.   {   /* Add new patch number below this line */
  22. + /**/
  23. +     76,
  24.   /**/
  25. ***************
  26. *** 1080,1084 ****
  27.       int        row;
  28.       int        blanklines;
  29. !     char_u    *p;
  30.       static char    *(lines[]) =
  31.       {
  32. --- 1082,1086 ----
  33.       int        row;
  34.       int        blanklines;
  35. !     char    *p;
  36.       static char    *(lines[]) =
  37.       {
  38.  
  39. -- 
  40. It doesn't really matter what you can do if you don't do it.
  41.                 (Bram Moolenaar)
  42.  
  43.  ///  Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net  \\\
  44. (((   Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim   )))
  45.  \\\  Help me helping AIDS orphans in Uganda - http://iccf-holland.org  ///
  46.