Blame SOURCES/7.4.610

22c937
To: vim_dev@googlegroups.com
22c937
Subject: Patch 7.4.610
22c937
Fcc: outbox
22c937
From: Bram Moolenaar <Bram@moolenaar.net>
22c937
Mime-Version: 1.0
22c937
Content-Type: text/plain; charset=UTF-8
22c937
Content-Transfer-Encoding: 8bit
22c937
------------
22c937
22c937
Patch 7.4.610
22c937
Problem:    Some function headers may be missing from generated .pro files.
22c937
Solution:   Add PROTO to the #ifdef.
22c937
Files:	    src/option.c, src/syntax.c
22c937
22c937
22c937
*** ../vim-7.4.609/src/option.c	2015-01-27 15:58:37.198395525 +0100
22c937
--- src/option.c	2015-02-03 12:57:39.718500650 +0100
22c937
***************
22c937
*** 11212,11218 ****
22c937
      return FALSE;
22c937
  }
22c937
  
22c937
! #ifdef FEAT_LANGMAP
22c937
  /*
22c937
   * Any character has an equivalent 'langmap' character.  This is used for
22c937
   * keyboards that have a special language mode that sends characters above
22c937
--- 11212,11218 ----
22c937
      return FALSE;
22c937
  }
22c937
  
22c937
! #if defined(FEAT_LANGMAP) || defined(PROTO)
22c937
  /*
22c937
   * Any character has an equivalent 'langmap' character.  This is used for
22c937
   * keyboards that have a special language mode that sends characters above
22c937
***************
22c937
*** 11226,11232 ****
22c937
   * langmap_entry_T.  This does the same as langmap_mapchar[] for characters >=
22c937
   * 256.
22c937
   */
22c937
! # ifdef FEAT_MBYTE
22c937
  /*
22c937
   * With multi-byte support use growarray for 'langmap' chars >= 256
22c937
   */
22c937
--- 11226,11232 ----
22c937
   * langmap_entry_T.  This does the same as langmap_mapchar[] for characters >=
22c937
   * 256.
22c937
   */
22c937
! # if defined(FEAT_MBYTE) || defined(PROTO)
22c937
  /*
22c937
   * With multi-byte support use growarray for 'langmap' chars >= 256
22c937
   */
22c937
*** ../vim-7.4.609/src/syntax.c	2014-11-19 19:33:13.369532180 +0100
22c937
--- src/syntax.c	2015-02-03 12:59:13.377443499 +0100
22c937
***************
22c937
*** 6537,6543 ****
22c937
  }
22c937
  #endif
22c937
  
22c937
! #ifdef FEAT_PROFILE
22c937
  /*
22c937
   * ":syntime".
22c937
   */
22c937
--- 6537,6543 ----
22c937
  }
22c937
  #endif
22c937
  
22c937
! #if defined(FEAT_PROFILE) || defined(PROTO)
22c937
  /*
22c937
   * ":syntime".
22c937
   */
22c937
*** ../vim-7.4.609/src/version.c	2015-02-03 12:55:11.140179551 +0100
22c937
--- src/version.c	2015-02-03 12:58:24.829991354 +0100
22c937
***************
22c937
*** 743,744 ****
22c937
--- 743,746 ----
22c937
  {   /* Add new patch number below this line */
22c937
+ /**/
22c937
+     610,
22c937
  /**/
22c937
22c937
-- 
22c937
Microsoft says that MS-Windows is much better for you than Linux.
22c937
That's like the Pope saying that catholicism is much better for
22c937
you than protestantism.
22c937
22c937
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
22c937
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
22c937
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
22c937
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///