summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-01-03 15:17:29 +0000
committerNicholas Clark <nick@ccl4.org>2007-01-03 15:17:29 +0000
commit4674ade5b759c9369580374e5145fe253ded600d (patch)
treee7e934e33bf28ab0f7f73a3301ff23df98793f33 /intrpvar.h
parentb0cda13faf629d100b3142c37f2720b08a110474 (diff)
downloadperl-4674ade5b759c9369580374e5145fe253ded600d.tar.gz
Make the ptr_table functions available in an unthreaded perl, as other
code (such as Storable) can take advantage of them. p4raw-id: //depot/perl@29673
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/intrpvar.h b/intrpvar.h
index a9e0f46690..a8d81311f2 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -392,9 +392,7 @@ PERLVAR(ISock, struct IPerlSock*)
PERLVAR(IProc, struct IPerlProc*)
#endif
-#if defined(USE_ITHREADS)
PERLVAR(Iptr_table, PTR_TBL_t*)
-#endif
PERLVARI(Ibeginav_save, AV*, NULL) /* save BEGIN{}s when compiling */
PERLVAR(Ibody_arenas, void*) /* pointer to list of body-arenas */