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 / 7.3 / 7.3.565 < prev    next >
Encoding:
Internet Message Format  |  2012-11-20  |  1.8 KB

  1. To: vim_dev@googlegroups.com
  2. Subject: Patch 7.3.566
  3. Fcc: outbox
  4. From: Bram Moolenaar <Bram@moolenaar.net>
  5. Mime-Version: 1.0
  6. Content-Type: text/plain; charset=UTF-8
  7. Content-Transfer-Encoding: 8bit
  8. ------------
  9.  
  10. Patch 7.3.566
  11. Problem:    Can't generate proto file for Python 3.
  12. Solution:   Add PYTHON3_CFLAGS to LINT_CFLAGS.
  13. Files:        src/Makefile
  14.  
  15.  
  16. *** ../vim-7.3.564/src/Makefile    2012-06-13 19:19:36.000000000 +0200
  17. --- src/Makefile    2012-06-20 18:36:14.000000000 +0200
  18. ***************
  19. *** 1339,1345 ****
  20.   # with "-E".
  21.   OSDEF_CFLAGS = $(PRE_DEFS) $(POST_DEFS)
  22.   
  23. ! LINT_CFLAGS = -DLINT -I. $(PRE_DEFS) $(POST_DEFS) $(RUBY_CFLAGS) $(LUA_CFLAGS) $(PERL_CFLAGS) $(PYTHON_CFLAGS) -Dinline= -D__extension__= -Dalloca=alloca
  24.   
  25.   LINT_EXTRA = -DUSE_SNIFF -DHANGUL_INPUT -D"__attribute__(x)="
  26.   
  27. --- 1339,1345 ----
  28.   # with "-E".
  29.   OSDEF_CFLAGS = $(PRE_DEFS) $(POST_DEFS)
  30.   
  31. ! LINT_CFLAGS = -DLINT -I. $(PRE_DEFS) $(POST_DEFS) $(RUBY_CFLAGS) $(LUA_CFLAGS) $(PERL_CFLAGS) $(PYTHON_CFLAGS) $(PYTHON3_CFLAGS) -Dinline= -D__extension__= -Dalloca=alloca
  32.   
  33.   LINT_EXTRA = -DUSE_SNIFF -DHANGUL_INPUT -D"__attribute__(x)="
  34.   
  35. *** ../vim-7.3.564/src/version.c    2012-06-20 17:56:06.000000000 +0200
  36. --- src/version.c    2012-06-20 18:39:04.000000000 +0200
  37. ***************
  38. *** 716,717 ****
  39. --- 716,719 ----
  40.   {   /* Add new patch number below this line */
  41. + /**/
  42. +     565,
  43.   /**/
  44.  
  45. -- 
  46. hundred-and-one symptoms of being an internet addict:
  47. 47. You are so familiar with the WWW that you find the search engines useless.
  48.  
  49.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  50. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  51. \\\  an exciting new programming language -- http://www.Zimbu.org        ///
  52.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  53.