X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=universal.c;h=e7889fb1fd2dea089b97a409e2ae6fcffa92bb7f;hb=8c20f9ee55f691683c1c4ad9241e24a842217427;hp=24621d20fc03602fa142e4f567cb689142c5c5db;hpb=d60ecbe5204b1d5c06464db2b54d51236d8a45d0;p=p5sagit%2Fp5-mst-13.2.git diff --git a/universal.c b/universal.c index 24621d2..e7889fb 100644 --- a/universal.c +++ b/universal.c @@ -182,6 +182,7 @@ XS(XS_Internals_SvREADONLY); XS(XS_Internals_SvREFCNT); XS(XS_Internals_hv_clear_placehold); XS(XS_PerlIO_get_layers); +XS(XS_Regexp_DESTROY); void Perl_boot_core_UNIVERSAL(pTHX) @@ -222,6 +223,7 @@ Perl_boot_core_UNIVERSAL(pTHX) XS_Internals_hv_clear_placehold, file, "\\%"); newXSproto("PerlIO::get_layers", XS_PerlIO_get_layers, file, "*;@"); + newXS("Regexp::DESTROY", XS_Regexp_DESTROY, file); } @@ -723,6 +725,11 @@ XS(XS_Internals_hv_clear_placehold) XSRETURN(0); } +XS(XS_Regexp_DESTROY) +{ + +} + XS(XS_PerlIO_get_layers) { dXSARGS;