[win32] integrate mainline
[p5sagit/p5-mst-13.2.git] / vms / ext / Stdio / Stdio.xs
index 0a7b47e..9744be0 100644 (file)
@@ -87,6 +87,7 @@ newFH(FILE *fp, char type) {
     HV *stash;
     IO *io;
 
+    dTHR;
     /* Find stash for VMS::Stdio.  We don't do this once at boot
      * to allow for possibility of threaded Perl with per-thread
      * symbol tables.  This code (through io = ...) is really