summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-09-26 16:57:34 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-09-26 16:57:34 +0000
commit95b611b0bba585b54c6e7623440a11b1268968e2 (patch)
tree7c46f5f18ff1bc0b482bfd6d2bd53d6c0bdbb2cb /perl.h
parentfbf638cb2f3422c34f7602c75927b8364ccf21ee (diff)
downloadperl-95b611b0bba585b54c6e7623440a11b1268968e2.tar.gz
API spelling patch, by Jerry D. Hedden
p4raw-id: //depot/perl@31983
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/perl.h b/perl.h
index 5c6d656a31..3371a7f6f9 100644
--- a/perl.h
+++ b/perl.h
@@ -5855,7 +5855,8 @@ extern void moncontrol(int);
#define PERL_PV_PRETTY_QUOTE PERL_PV_ESCAPE_QUOTE
-#define PERL_PV_PRETTY_ELIPSES 0x0002
+#define PERL_PV_PRETTY_ELIPSES 0x0002 /* DEFUNCT */
+#define PERL_PV_PRETTY_ELLIPSES 0x0002
#define PERL_PV_PRETTY_LTGT 0x0004
#define PERL_PV_ESCAPE_FIRSTCHAR 0x0008
@@ -5869,8 +5870,8 @@ extern void moncontrol(int);
#define PERL_PV_ESCAPE_RE 0x8000
/* used by pv_display in dump.c*/
-#define PERL_PV_PRETTY_DUMP PERL_PV_PRETTY_ELIPSES|PERL_PV_PRETTY_QUOTE
-#define PERL_PV_PRETTY_REGPROP PERL_PV_PRETTY_ELIPSES|PERL_PV_PRETTY_LTGT|PERL_PV_ESCAPE_RE
+#define PERL_PV_PRETTY_DUMP PERL_PV_PRETTY_ELLIPSES|PERL_PV_PRETTY_QUOTE
+#define PERL_PV_PRETTY_REGPROP PERL_PV_PRETTY_ELLIPSES|PERL_PV_PRETTY_LTGT|PERL_PV_ESCAPE_RE
/*