summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@khw-desktop.(none)>2009-11-20 11:02:01 -0700
committerRafael Garcia-Suarez <rgs@consttype.org>2009-11-23 14:17:36 +0100
commit61fc5122f0d8a509834282b8ecb3252d2e4c9f5d (patch)
tree5208ad914b6cd8f923c81ff9517c4b8ca5fcafb3 /perl.h
parent7f40cf6b25ea33d8a2dbbe1b42267811532b235d (diff)
downloadperl-61fc5122f0d8a509834282b8ecb3252d2e4c9f5d.tar.gz
Make unicode semantics the default
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index 38c9664fe4..bf49279e7d 100644
--- a/perl.h
+++ b/perl.h
@@ -4755,7 +4755,7 @@ enum { /* pass one of these to get_vtbl */
#define HINT_BLOCK_SCOPE 0x00000100
#define HINT_STRICT_SUBS 0x00000200 /* strict pragma */
#define HINT_STRICT_VARS 0x00000400 /* strict pragma */
-#define HINT_UNI_8_BIT 0x00000800 /* unicode8bit pragma */
+#define HINT_NOT_UNI_8_BIT 0x00000800 /* unicode8bit pragma */
/* The HINT_NEW_* constants are used by the overload pragma */
#define HINT_NEW_INTEGER 0x00001000