From: Tony Cook Date: Wed, 9 Mar 2011 03:44:25 +0000 (+1100) Subject: fix C++ build error introducted in f8088870 X-Git-Tag: accepted/trunk/20130322.191538~5051 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3b9b32c914622129d88bd352d8269d046fa5efe5;p=platform%2Fupstream%2Fperl.git fix C++ build error introducted in f8088870 --- 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);