summaryrefslogtreecommitdiff
path: root/dump.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-12-28 09:59:06 +0000
committerNicholas Clark <nick@ccl4.org>2007-12-28 09:59:06 +0000
commit5c35adbb8fc4c988807097c4d379e2485ada5865 (patch)
tree68cb0d31f61fbabefe05d3673ae29eefe3550118 /dump.c
parent662f1f9e0a1bbee45e1e02386151364c8517604e (diff)
downloadperl-5c35adbb8fc4c988807097c4d379e2485ada5865.tar.gz
First class regexps.
p4raw-id: //depot/perl@32751
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 1cda17310b..42cacb81a9 100644
--- a/dump.c
+++ b/dump.c
@@ -36,7 +36,7 @@ static const char* const svtypenames[SVt_LAST] = {
"PVIV",
"PVNV",
"PVMG",
- "ORANGE",
+ "REGEXP",
"PVGV",
"PVLV",
"PVAV",
@@ -56,7 +56,7 @@ static const char* const svshorttypenames[SVt_LAST] = {
"PVIV",
"PVNV",
"PVMG",
- "ORANGE",
+ "REGEXP",
"GV",
"PVLV",
"AV",