Patch up holes in realclean target
[p5sagit/p5-mst-13.2.git] / win32 / win32thread.c
index b40c5aa..543fc13 100644 (file)
@@ -44,7 +44,7 @@ Perl_alloc_thread_key(void)
     static int key_allocated = 0;
     if (!key_allocated) {
        if ((PL_thr_key = TlsAlloc()) == TLS_OUT_OF_INDEXES)
-           croak("panic: TlsAlloc");
+           Perl_croak_nocontext("panic: TlsAlloc");
        key_allocated = 1;
     }
 #endif