X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=blobdiff_plain;f=Plugin.xs;h=cc839c73d04757161b4187e1c1c50ff960749464;hp=32b2eae9d96c5950e130f9092241b852f9d31369;hb=55b1c44b39286c06a4d352826ac81345b1e0f5cd;hpb=8b916a3b3c9a115c834e192c9c1ecf6f431c8f73 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;