diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-10-06 15:38:52 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-10-06 15:38:52 +0000 |
commit | b9d78af1544ae2bf4b441bf0516a564fbbd2517f (patch) | |
tree | ef5121fc85ced4de7b5d628fde743a17029ce900 /perl.h | |
parent | 9ed8b5e58d73d379c3d5afef51c51e3c1c2955f8 (diff) | |
download | perl-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.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |