summaryrefslogtreecommitdiff
path: root/pcre_internal.h
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2014-03-04 10:45:15 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2014-03-04 10:45:15 +0000
commitf2f9b30e2aa29fff14f7b46a6bd1da4e7a8fb272 (patch)
tree5285c4aed81c9848fbdc1aa8a4cb0cf01aa2d37d /pcre_internal.h
parent5af167ddb0bba1ec2ace7e31de5d1105b345cde0 (diff)
downloadpcre-f2f9b30e2aa29fff14f7b46a6bd1da4e7a8fb272.tar.gz
Preparations for next release.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1459 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre_internal.h')
-rw-r--r--pcre_internal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/pcre_internal.h b/pcre_internal.h
index 2c7f5f8..6e915a0 100644
--- a/pcre_internal.h
+++ b/pcre_internal.h
@@ -582,9 +582,9 @@ changed in future to be a fixed number of bytes or to depend on LINK_SIZE. */
#define MAX_MARK ((1u << 8) - 1)
#endif
-/* There is a proposed future special "UTF-21" mode, in which only the lowest
-21 bits of a 32-bit character are interpreted as UTF, with the remaining 11
-high-order bits available to the application for other uses. In preparation for
+/* There is a proposed future special "UTF-21" mode, in which only the lowest
+21 bits of a 32-bit character are interpreted as UTF, with the remaining 11
+high-order bits available to the application for other uses. In preparation for
the future implementation of this mode, there are macros that load a data item
and, if in this special mode, mask it to 21 bits. These macros all have names
starting with UCHAR21. In all other modes, including the normal 32-bit