summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-10-06 15:38:52 +0000
committerNicholas Clark <nick@ccl4.org>2007-10-06 15:38:52 +0000
commitb9d78af1544ae2bf4b441bf0516a564fbbd2517f (patch)
treeef5121fc85ced4de7b5d628fde743a17029ce900 /perl.h
parent9ed8b5e58d73d379c3d5afef51c51e3c1c2955f8 (diff)
downloadperl-b9d78af1544ae2bf4b441bf0516a564fbbd2517f.tar.gz
Nothing* outside the core uses the old misspelling
PERL_PV_PRETTY_ELIPSES, so remove it. * well, nothing that Google can find. Same thing, isn't it? :-) p4raw-id: //depot/perl@32051
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/perl.h b/perl.h
index 98e0dd072f..d753cdbcff 100644
--- a/perl.h
+++ b/perl.h
@@ -5860,8 +5860,6 @@ extern void moncontrol(int);
#define PERL_PV_ESCAPE_QUOTE 0x0001
#define PERL_PV_PRETTY_QUOTE PERL_PV_ESCAPE_QUOTE
-
-#define PERL_PV_PRETTY_ELIPSES 0x0002 /* DEFUNCT */
#define PERL_PV_PRETTY_ELLIPSES 0x0002
#define PERL_PV_PRETTY_LTGT 0x0004