summaryrefslogtreecommitdiff
path: root/dump.c
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2011-01-30 14:38:29 +0000
committerDavid Mitchell <davem@iabyn.com>2011-01-30 23:58:26 +0000
commit8619e557ff1f6799348735fcb0160246c5b4f2ee (patch)
treed4a74a878a793ece3b2eb1b1ee8917f824aac1b4 /dump.c
parent723bc1540d3050528949352bc2596164e6366788 (diff)
downloadperl-8619e557ff1f6799348735fcb0160246c5b4f2ee.tar.gz
Remove vestigial ORANGE references
This was a temporary type used while regexes were in the process of being promoted to first-class SVs
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 a8de39358b..463946ac6f 100644
--- a/dump.c
+++ b/dump.c
@@ -2705,7 +2705,7 @@ Perl_sv_xmlpeek(pTHX_ SV *sv)
sv_catpv(t, " BIND=\"");
break;
case SVt_REGEXP:
- sv_catpv(t, " ORANGE=\"");
+ sv_catpv(t, " REGEXP=\"");
break;
case SVt_PVFM:
sv_catpv(t, " FM=\"");