summaryrefslogtreecommitdiff
path: root/dump.c
diff options
context:
space:
mode:
authorChip Salzenberg <chip@pobox.com>2011-07-03 00:58:53 -0700
committerChip Salzenberg <chip@pobox.com>2011-07-03 00:58:53 -0700
commit754c52c5a52869d34c1a555a8b5d8b587afb9a21 (patch)
tree2d96846b9309bfc8ddbf641d314cbae7d33e07de /dump.c
parentde2902a66f5c4d896fc31460aaaf35320b576183 (diff)
downloadperl-chip/view2.tar.gz
This is v2 of patch for views (nee binds), brought up to date with 5.15.chip/view2
This has not passed self-test, and is committed for sharing purposes.
Diffstat (limited to 'dump.c')
-rw-r--r--dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dump.c b/dump.c
index c32807c24b..11737dc159 100644
--- a/dump.c
+++ b/dump.c
@@ -2741,7 +2741,7 @@ Perl_sv_xmlpeek(pTHX_ SV *sv)
case SVt_PVGV:
sv_catpv(t, " GV=\"");
break;
- case SVt_BIND:
+ case SVt_VIEW:
sv_catpv(t, " BIND=\"");
break;
case SVt_REGEXP: