summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-02-12 05:53:47 -0700
committerKarl Williamson <khw@cpan.org>2018-02-19 21:25:01 -0700
commitc825ef8c59b8c249cbbb50f46c9bbce54e5a42e9 (patch)
tree508c6c8b15b9d83120c9255e717310bc48d9c3cf
parentecdda93980cc109c179a7cdcc139922d59ba78a5 (diff)
downloadperl-c825ef8c59b8c249cbbb50f46c9bbce54e5a42e9.tar.gz
utf8.h: Add in #define for backcompat
This symbol somehow got deleted, and it really shouldn't have been. This should not go in perldelta, as we don't want people to be using this ancient symbol who aren't already are.
-rw-r--r--utf8.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utf8.h b/utf8.h
index 828d1d169a..e0fc6b6141 100644
--- a/utf8.h
+++ b/utf8.h
@@ -811,6 +811,7 @@ case any call to string overloading updates the internal UTF-8 encoding flag.
* includes what they used to mean. The first one's meaning was to allow the
* just the single non-character 0xFFFF */
#define UTF8_ALLOW_FFFF 0
+#define UTF8_ALLOW_FE_FF 0
#define UTF8_ALLOW_SURROGATE 0
/* C9 refers to Unicode Corrigendum #9: allows but discourages non-chars */