summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgs@consttype.org>2009-11-06 23:54:29 +0100
committerRafael Garcia-Suarez <rgs@consttype.org>2009-11-06 23:54:29 +0100
commitd3a49e2e379d1cc499a7069e81fa396f4df20d0c (patch)
treec0336d03d85fd08230178f1fd4c8bc418f2a25cd /perl.h
parente3f38af2a273218e8d37d4ef20eccc3b1c856d22 (diff)
parent660601607942e55d618f491ba802f82330f8fdc6 (diff)
downloadperl-d3a49e2e379d1cc499a7069e81fa396f4df20d0c.tar.gz
Merge branch 'legacy-pragma' into blead
Conflicts: MANIFEST
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index 45371d6339..874d0c34ea 100644
--- a/perl.h
+++ b/perl.h
@@ -4677,6 +4677,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 */
/* The HINT_NEW_* constants are used by the overload pragma */
#define HINT_NEW_INTEGER 0x00001000