Skip processing a file if the file to be opened is '-'
[p5sagit/p5-mst-13.2.git] / intrpvar.h
index 9f6f3b2..c772d79 100644 (file)
@@ -378,3 +378,7 @@ PERLVAR(IDir,               struct IPerlDir*)
 PERLVAR(ISock,         struct IPerlSock*)
 PERLVAR(IProc,         struct IPerlProc*)
 #endif
+
+#if defined(USE_ITHREADS)
+PERLVAR(Iptr_table,    PTR_TBL_t*)
+#endif