Try to fix largefileness so that it "works" without a quad IV.
[p5sagit/p5-mst-13.2.git] / intrpvar.h
index 9f6f3b2..0e23905 100644 (file)
@@ -378,3 +378,7 @@ PERLVAR(IDir,               struct IPerlDir*)
 PERLVAR(ISock,         struct IPerlSock*)
 PERLVAR(IProc,         struct IPerlProc*)
 #endif
+
+#if defined(USE_ITHREADS)
+PERLVAR(Isv_table,     SVTBL*)
+#endif