summaryrefslogtreecommitdiff
path: root/dump.c
diff options
context:
space:
mode:
Diffstat (limited to 'dump.c')
-rw-r--r--dump.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dump.c b/dump.c
index 0ad48d1e99..7f221814a9 100644
--- a/dump.c
+++ b/dump.c
@@ -29,10 +29,10 @@
static const char* const svtypenames[SVt_LAST] = {
"NULL",
+ "BIND",
"IV",
"NV",
"RV",
- "BIND",
"PV",
"PVIV",
"PVNV",
@@ -49,10 +49,10 @@ static const char* const svtypenames[SVt_LAST] = {
static const char* const svshorttypenames[SVt_LAST] = {
"UNDEF",
+ "BIND",
"IV",
"NV",
"RV",
- "BIND",
"PV",
"PVIV",
"PVNV",