Nothing* outside the core uses the old misspelling
Nicholas Clark [Sat, 6 Oct 2007 15:38:52 +0000 (15:38 +0000)]
PERL_PV_PRETTY_ELIPSES, so remove it.
* well, nothing that Google can find. Same thing, isn't it? :-)

p4raw-id: //depot/perl@32051

perl.h

diff --git a/perl.h b/perl.h
index 98e0dd0..d753cdb 100644 (file)
--- 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