summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-05-20 11:32:25 +0200
committerNicholas Clark <nick@ccl4.org>2009-05-20 11:33:21 +0200
commitefb0071775238a7ca34b142838911d57320e638c (patch)
treeb9f22d2b38254e6bd15f5bdd9cad7b4cf8f24d80 /intrpvar.h
parentefa50c51e3301a2ca8be765fedfdae78eff1615b (diff)
downloadperl-efb0071775238a7ca34b142838911d57320e638c.tar.gz
Remove binary compatibility scaffolding for the change to PL_bitcount.
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/intrpvar.h b/intrpvar.h
index 487576a8c9..3265ac2ccf 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -533,16 +533,6 @@ PERLVARI(Iglob_index, int, 0)
PERLVAR(Iparser, yy_parser *) /* current parser state */
-#ifdef MULTIPLICITY
-/* For binary compatibility, keep the interpreter structure the same.
- However, we no longer use this entry. */
-PERLVAR(Ibitcount, char *)
-#else
-/* For binary compatibility, need to retain an extern char *PL_bitcount.
- So make it point to the compile time generated array. */
-PERLVARI(Ibitcount, char *, (char *)PL_bitcount_array)
-#endif
-
/* Array of signal handlers, indexed by signal number, through which the C
signal handler dispatches. */
PERLVAR(Ipsig_ptr, SV**)