Added programmer-level condition variables via "condpair" magic.
[p5sagit/p5-mst-13.2.git] / perl.c
diff --git a/perl.c b/perl.c
index f3c14c9..27d2f61 100644 (file)
--- a/perl.c
+++ b/perl.c
@@ -90,6 +90,7 @@ register PerlInterpreter *sv_interp;
        croak("panic: pthread_setspecific");
     nthreads = 1;
     cvcache = newHV();
+    thrflags = 0;
 #endif /* USE_THREADS */
 
     /* Init the real globals? */