Missed an aTHX_ in B's call to Perl_emulate_cop_io.
Nicholas Clark [Sat, 17 Feb 2007 14:12:07 +0000 (14:12 +0000)]
Missed that global.sym was modified.

p4raw-id: //depot/perl@30335

ext/B/B.xs
global.sym

index d12392f..eb7157b 100644 (file)
@@ -304,7 +304,7 @@ make_cop_io_object(pTHX_ SV *arg, COP *cop)
 {
     SV *const value = newSV(0);
 
-    Perl_emulate_cop_io(cop, value);
+    Perl_emulate_cop_io(aTHX_ cop, value);
 
     if(SvOK(value)) {
        return make_temp_object(aTHX_ arg, newSVsv(value));
index 3a63bbc..9ade2fa 100644 (file)
@@ -736,4 +736,5 @@ Perl_my_cxt_index
 Perl_my_strlcat
 Perl_my_strlcpy
 Perl_signbit
+Perl_emulate_cop_io
 # ex: set ro: