From: Ævar Arnfjörð Bjarmason Date: Tue, 19 Aug 2008 13:27:30 +0000 (+0000) Subject: make the function prototype match the header file X-Git-Tag: v0.06~6 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=commitdiff_plain;h=55b1c44b39286c06a4d352826ac81345b1e0f5cd make the function prototype match the header file --- diff --git a/Plugin.xs b/Plugin.xs index 32b2eae..cc839c7 100644 --- a/Plugin.xs +++ b/Plugin.xs @@ -210,7 +210,7 @@ Plugin_free(pTHX_ REGEXP * const rx) } void * -Plugin_dupe(pTHX_ const REGEXP * rx, CLONE_PARAMS *param) +Plugin_dupe(pTHX_ REGEXP * const rx, CLONE_PARAMS *param) { Perl_croak(aTHX_ "dupe not supported yet"); return rx->pprivate;