X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Plugin.xs;h=4e04a4fcf7d58975206c53b4950aa4939d1c9aaf;hb=c4f436870842d21377bf58c7917d9afcb18505cb;hp=e785d0e7417e42cce04f1acf60ae4872772e8845;hpb=a4e4979c583c502809526c72ec00215df17baa95;p=perl%2Fmodules%2Fre-engine-Plugin.git diff --git a/Plugin.xs b/Plugin.xs index e785d0e..4e04a4f 100644 --- a/Plugin.xs +++ b/Plugin.xs @@ -208,7 +208,6 @@ get_enclosing_cv: STATIC SV *rep_tag(pTHX_ SV *comp, SV *exec) { #define rep_tag(C, E) rep_tag(aTHX_ (C), (E)) rep_hint_t *h; - dMY_CXT; h = PerlMemShared_malloc(sizeof *h); h->comp = rep_validate_callback(comp);