summaryrefslogtreecommitdiff
path: root/ext/B
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2013-07-04 18:55:11 -0600
committerKarl Williamson <public@khwilliamson.com>2013-07-04 19:06:35 -0600
commit49cf1d6641a6dfd301302f616e4f25595dcc65d4 (patch)
treed1b2c3c6a1fe60ddd4c8298bd986045f213baf99 /ext/B
parent1e3f3188c877f8581aeccab7f8ec866b7a978b8b (diff)
downloadperl-49cf1d6641a6dfd301302f616e4f25595dcc65d4.tar.gz
Revert "Create SVt_INVLIST"
This reverts commit e045dbedc7da04e20cc8cfccec8a2e3ccc62cc8b. Blead won't compile with address sanitizer; commit 7cb47964955167736b2923b008cc8023a9b035e8 reverting an earlier commit failed to fix that. I'm trying two more reversions to get it back working. This is one of those
Diffstat (limited to 'ext/B')
-rw-r--r--ext/B/B.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/B/B.xs b/ext/B/B.xs
index e7049f04c2..fbe6be6719 100644
--- a/ext/B/B.xs
+++ b/ext/B/B.xs
@@ -21,13 +21,13 @@ typedef FILE * InputStream;
static const char* const svclassnames[] = {
"B::NULL",
+ "B::BIND",
"B::IV",
"B::NV",
#if PERL_VERSION <= 10
"B::RV",
#endif
"B::PV",
- "B::INVLIST",
"B::PVIV",
"B::PVNV",
"B::PVMG",