]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.511 v7.4.511
authorBram Moolenaar <Bram@vim.org>
Wed, 12 Nov 2014 15:05:04 +0000 (16:05 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 12 Nov 2014 15:05:04 +0000 (16:05 +0100)
Problem:    Generating proto for if_ruby.c uses type not defined elsewhere.
Solution:   Do not generate a prototype for
            rb_gc_writebarrier_unprotect_promoted()

src/if_ruby.c
src/version.c

index 06465bd5a7b2fa86ab621301483936a5c7f911e1..9301b72927140d73706f91bf97574f2c599b3ab3 100644 (file)
@@ -418,7 +418,8 @@ VALUE rb_num2ulong(VALUE x)
 #  endif
 # endif
 
-# if defined(USE_RGENGC) && USE_RGENGC
+   /* Do not generate a prototype here, VALUE isn't always defined. */
+# if defined(USE_RGENGC) && USE_RGENGC && !defined(PROTO)
 void rb_gc_writebarrier_unprotect_promoted_stub(VALUE obj)
 {
     return dll_rb_gc_writebarrier_unprotect_promoted(obj);
index 89272be506d3190bce3f6c68a192419d6c1571c2..f2b1ca7c5a7c18ed612dc509798b216fe84d9148 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    511,
 /**/
     510,
 /**/