summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/B/B.xs6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/B/B.xs b/ext/B/B.xs
index 84b29055c6..a782d68963 100644
--- a/ext/B/B.xs
+++ b/ext/B/B.xs
@@ -21,12 +21,12 @@ typedef FILE * InputStream;
static const char* const svclassnames[] = {
"B::NULL",
- "B::IV",
- "B::NV",
- "B::RV",
#if PERL_VERSION >= 9
"B::BIND",
#endif
+ "B::IV",
+ "B::NV",
+ "B::RV",
"B::PV",
"B::PVIV",
"B::PVNV",