In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/3b9b32c914622129d88bd352d8269d046fa5efe5?hp=81e6f6d030e616337aef1f8b0fe4070e559a1c31>

- Log -----------------------------------------------------------------
commit 3b9b32c914622129d88bd352d8269d046fa5efe5
Author: Tony Cook <[email protected]>
Date:   Wed Mar 9 14:44:25 2011 +1100

    fix C++ build error introducted in f8088870
-----------------------------------------------------------------------

Summary of changes:
 ext/Tie-Hash-NamedCapture/NamedCapture.xs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ext/Tie-Hash-NamedCapture/NamedCapture.xs 
b/ext/Tie-Hash-NamedCapture/NamedCapture.xs
index 8a767c5..58b7da7 100644
--- a/ext/Tie-Hash-NamedCapture/NamedCapture.xs
+++ b/ext/Tie-Hash-NamedCapture/NamedCapture.xs
@@ -16,7 +16,7 @@
 #define EXISTS_ALIAS (RXapif_EXISTS | (2 << EXPECT_SHIFT))
 #define SCALAR_ALIAS (RXapif_SCALAR | (1 << EXPECT_SHIFT))
 
-static
+static void
 tie_it(pTHX_ const char name, UV flag, HV *const stash)
 {
     GV *const gv = gv_fetchpvn(&name, 1, GV_ADDMULTI|GV_NOTQUAL, SVt_PVHV);

--
Perl5 Master Repository

Reply via email to