One more (or, rather, less) //.
authorJarkko Hietaniemi <jhi@iki.fi>
Sat, 4 Jan 2003 04:48:30 +0000 (04:48 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sat, 4 Jan 2003 04:48:30 +0000 (04:48 +0000)
p4raw-id: //depot/perl@18432

ext/threads/threads.xs

index 205c889..043f762 100755 (executable)
@@ -522,14 +522,15 @@ Perl_ithread_join(pTHX_ SV *obj)
          PERL_THREAD_GETSPECIFIC(self_key,current_thread);
          PERL_THREAD_SETSPECIFIC(self_key,thread);
 
+#if 0
          {
            I32 len = av_len(params)+1;
            I32 i;
            for(i = 0; i < len; i++) {
-             //              sv_dump(SvRV(AvARRAY(params)[i]));
+             sv_dump(SvRV(AvARRAY(params)[i]));
            }
          }
-
+#endif
          retparam = (AV*) sv_dup((SV*)params, &clone_params);
 #if 0
          {