X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FSub%2FOp.pm;h=0a96fa643ea1ce46c7a4568e4c28cb28758a567b;hb=ac9319bcf4ee5b90f2262a5a22482a5b35eaad4a;hp=7e10b4eba475c3916a6e1685d43c8b6ddcea90f1;hpb=d96bad52a8f49276e74bf1028960ff524433af1d;p=perl%2Fmodules%2FSub-Op.git diff --git a/lib/Sub/Op.pm b/lib/Sub/Op.pm index 7e10b4e..0a96fa6 100644 --- a/lib/Sub/Op.pm +++ b/lib/Sub/Op.pm @@ -50,7 +50,8 @@ In your XS file : refgen = pushmark->op_sibling; gvop = sub_op_study(o, &last_arg, &rv2cv); - /* Replace the function name by the refgen that contains the anon sub */ + /* Replace the function name by the refgen that contains + the anon sub */ op_free(rv2cv); last_arg->op_sibling = refgen; pushmark->op_sibling = refgen->op_sibling; @@ -411,6 +412,9 @@ I know a few ways of fixing this, but I've not yet decided on which. L 5.10. +A C compiler. +This module may happen to build with a C++ compiler as well, but don't rely on it, as no guarantee is made in this regard. + L, L. L.