|
|
22c937 |
To: vim_dev@googlegroups.com
|
|
|
22c937 |
Subject: Patch 7.4.511
|
|
|
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.511
|
|
|
22c937 |
Problem: Generating proto for if_ruby.c uses type not defined elsewhere.
|
|
|
22c937 |
Solution: Do not generate a prototype for
|
|
|
22c937 |
rb_gc_writebarrier_unprotect_promoted()
|
|
|
22c937 |
Files: src/if_ruby.c
|
|
|
22c937 |
|
|
|
22c937 |
|
|
|
22c937 |
*** ../vim-7.4.510/src/if_ruby.c 2014-03-28 21:58:17.878256914 +0100
|
|
|
22c937 |
--- src/if_ruby.c 2014-11-12 15:28:07.971812917 +0100
|
|
|
22c937 |
***************
|
|
|
22c937 |
*** 418,424 ****
|
|
|
22c937 |
# endif
|
|
|
22c937 |
# endif
|
|
|
22c937 |
|
|
|
22c937 |
! # if defined(USE_RGENGC) && USE_RGENGC
|
|
|
22c937 |
void rb_gc_writebarrier_unprotect_promoted_stub(VALUE obj)
|
|
|
22c937 |
{
|
|
|
22c937 |
return dll_rb_gc_writebarrier_unprotect_promoted(obj);
|
|
|
22c937 |
--- 418,425 ----
|
|
|
22c937 |
# endif
|
|
|
22c937 |
# endif
|
|
|
22c937 |
|
|
|
22c937 |
! /* Do not generate a prototype here, VALUE isn't always defined. */
|
|
|
22c937 |
! # if defined(USE_RGENGC) && USE_RGENGC && !defined(PROTO)
|
|
|
22c937 |
void rb_gc_writebarrier_unprotect_promoted_stub(VALUE obj)
|
|
|
22c937 |
{
|
|
|
22c937 |
return dll_rb_gc_writebarrier_unprotect_promoted(obj);
|
|
|
22c937 |
*** ../vim-7.4.510/src/version.c 2014-11-12 15:45:16.595789120 +0100
|
|
|
22c937 |
--- src/version.c 2014-11-12 16:04:18.698532684 +0100
|
|
|
22c937 |
***************
|
|
|
22c937 |
*** 743,744 ****
|
|
|
22c937 |
--- 743,746 ----
|
|
|
22c937 |
{ /* Add new patch number below this line */
|
|
|
22c937 |
+ /**/
|
|
|
22c937 |
+ 511,
|
|
|
22c937 |
/**/
|
|
|
22c937 |
|
|
|
22c937 |
--
|
|
|
22c937 |
TIM: To the north there lies a cave, the cave of Caerbannog, wherein, carved
|
|
|
22c937 |
in mystic runes, upon the very living rock, the last words of Olfin
|
|
|
22c937 |
Bedwere of Rheged make plain the last resting place of the most Holy
|
|
|
22c937 |
Grail.
|
|
|
22c937 |
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
|
|
|
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 ///
|