jkunstle / rpms / vim

Forked from rpms/vim 3 years ago
Clone

Blame SOURCES/7.4.511

3ef2ca
To: vim_dev@googlegroups.com
3ef2ca
Subject: Patch 7.4.511
3ef2ca
Fcc: outbox
3ef2ca
From: Bram Moolenaar <Bram@moolenaar.net>
3ef2ca
Mime-Version: 1.0
3ef2ca
Content-Type: text/plain; charset=UTF-8
3ef2ca
Content-Transfer-Encoding: 8bit
3ef2ca
------------
3ef2ca
3ef2ca
Patch 7.4.511
3ef2ca
Problem:    Generating proto for if_ruby.c uses type not defined elsewhere.
3ef2ca
Solution:   Do not generate a prototype for
3ef2ca
	    rb_gc_writebarrier_unprotect_promoted()
3ef2ca
Files:	    src/if_ruby.c
3ef2ca
3ef2ca
3ef2ca
*** ../vim-7.4.510/src/if_ruby.c	2014-03-28 21:58:17.878256914 +0100
3ef2ca
--- src/if_ruby.c	2014-11-12 15:28:07.971812917 +0100
3ef2ca
***************
3ef2ca
*** 418,424 ****
3ef2ca
  #  endif
3ef2ca
  # endif
3ef2ca
  
3ef2ca
! # if defined(USE_RGENGC) && USE_RGENGC
3ef2ca
  void rb_gc_writebarrier_unprotect_promoted_stub(VALUE obj)
3ef2ca
  {
3ef2ca
      return dll_rb_gc_writebarrier_unprotect_promoted(obj);
3ef2ca
--- 418,425 ----
3ef2ca
  #  endif
3ef2ca
  # endif
3ef2ca
  
3ef2ca
!    /* Do not generate a prototype here, VALUE isn't always defined. */
3ef2ca
! # if defined(USE_RGENGC) && USE_RGENGC && !defined(PROTO)
3ef2ca
  void rb_gc_writebarrier_unprotect_promoted_stub(VALUE obj)
3ef2ca
  {
3ef2ca
      return dll_rb_gc_writebarrier_unprotect_promoted(obj);
3ef2ca
*** ../vim-7.4.510/src/version.c	2014-11-12 15:45:16.595789120 +0100
3ef2ca
--- src/version.c	2014-11-12 16:04:18.698532684 +0100
3ef2ca
***************
3ef2ca
*** 743,744 ****
3ef2ca
--- 743,746 ----
3ef2ca
  {   /* Add new patch number below this line */
3ef2ca
+ /**/
3ef2ca
+     511,
3ef2ca
  /**/
3ef2ca
3ef2ca
-- 
3ef2ca
TIM: To the north there lies a cave,  the cave of Caerbannog, wherein, carved
3ef2ca
     in mystic runes, upon the very living rock, the last words of Olfin
3ef2ca
     Bedwere of Rheged make plain the last resting place of the most Holy
3ef2ca
     Grail.
3ef2ca
                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
3ef2ca
3ef2ca
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
3ef2ca
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
3ef2ca
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
3ef2ca
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///