From fb65c97eca8a06b5ab09eb36dd32296fa441419f Mon Sep 17 00:00:00 2001 From: ph10 Date: Thu, 8 Mar 2007 16:53:09 +0000 Subject: Create the PrepareRelease script to process the documentation and create the .generic files for distribution, also to remove trailing spaces. Update a lot more of the build-time documentation. Arrange for PrepareRelease and its sub-scripts to be distributed. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@111 2f5784b3-3f2a-0410-8824-cb99058d5e15 --- pcre_study.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pcre_study.c') diff --git a/pcre_study.c b/pcre_study.c index b23a3fb..3bb871b 100644 --- a/pcre_study.c +++ b/pcre_study.c @@ -394,13 +394,13 @@ do character with a value > 255. */ case OP_NCLASS: -#ifdef SUPPORT_UTF8 +#ifdef SUPPORT_UTF8 if (utf8) { start_bits[24] |= 0xf0; /* Bits for 0xc4 - 0xc8 */ memset(start_bits+25, 0xff, 7); /* Bits for 0xc9 - 0xff */ } -#endif +#endif /* Fall through */ case OP_CLASS: @@ -431,7 +431,7 @@ do /* In non-UTF-8 mode, the two bit maps are completely compatible. */ else -#endif +#endif { for (c = 0; c < 32; c++) start_bits[c] |= tcode[c]; } -- cgit v1.2.1