aTHX may be empty
Gurusamy Sarathy [Wed, 8 May 2002 00:46:34 +0000 (00:46 +0000)]
p4raw-id: //depot/perl@16462

win32/win32.c

index 78f14eb..ca684c8 100644 (file)
@@ -4665,7 +4665,11 @@ win32_signal_context(void)
     }
     return my_perl;
 #else
+#ifdef USE_5005THREADS
     return aTHX;
+#else
+    return PL_curinterp;
+#endif
 #endif
 }