X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Magic.xs;h=77b620999cf2a964ad1be719a2f49590701e30ba;hb=544f8a0bb4359368c34abd3f7c7f9dfc83a3f7f5;hp=13ffad0d042788455eff4888613b21f15ed8d74a;hpb=b62747ec94e8fc6500fa3140e457a436e8a7b12f;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/Magic.xs b/Magic.xs index 13ffad0..77b6209 100644 --- a/Magic.xs +++ b/Magic.xs @@ -1468,7 +1468,7 @@ PPCODE: sig = vmg_wizard_sig(wiz); data = vmg_data_get(SvRV(sv), sig); if (!data) - XSRETURN_UNDEF; + XSRETURN_EMPTY; ST(0) = data; XSRETURN(1);