From: Nicholas Clark Date: Sat, 6 Oct 2007 15:38:52 +0000 (+0000) Subject: Nothing* outside the core uses the old misspelling X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b9d78af1544ae2bf4b441bf0516a564fbbd2517f;p=p5sagit%2Fp5-mst-13.2.git 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 --- diff --git a/perl.h b/perl.h index 98e0dd0..d753cdb 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