Change 18430 by jhi@lyta on 2003/01/04 04:35:40

        // is still not portable C commentary.

Affected files ...

... //depot/maint-5.8/perl/ext/threads/threads.xs#4 edit

Differences ...

==== //depot/maint-5.8/perl/ext/threads/threads.xs#4 (xtext) ====
Index: perl/ext/threads/threads.xs
--- perl/ext/threads/threads.xs#3~18424~        Fri Jan  3 19:20:08 2003
+++ perl/ext/threads/threads.xs Fri Jan  3 20:35:40 2003
@@ -531,13 +531,15 @@
          }
 
          retparam = (AV*) sv_dup((SV*)params, &clone_params);
+#if 0
          {
            I32 len = av_len(retparam)+1;
            I32 i;
            for(i = 0; i < len; i++) {
-             //sv_dump(SvRV(AvARRAY(retparam)[i]));
+               sv_dump(SvRV(AvARRAY(retparam)[i]));
            }
          }
+#endif
          PERL_THREAD_SETSPECIFIC(self_key,current_thread);
          SvREFCNT_dec(clone_params.stashes);
          SvREFCNT_inc(retparam);
End of Patch.

Reply via email to