summaryrefslogtreecommitdiff
path: root/pcre_exec.c
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-03-05 12:36:47 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-03-05 12:36:47 +0000
commit8ae0b4ccbefb07f479ab5cd2c357c153c6b553ad (patch)
treed09d13da9c0a5c979df307673de7024769eb8cc7 /pcre_exec.c
parent5bdc3f16de2ec858899e83f62c1b631f03a64c36 (diff)
downloadpcre-8ae0b4ccbefb07f479ab5cd2c357c153c6b553ad.tar.gz
Applied Bob and Daniel's patches to convert the build system to automake. Added
the maintain directory, containing files that are used for maintenance, but are not distributed. This is an intermediate step. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@97 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre_exec.c')
-rw-r--r--pcre_exec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcre_exec.c b/pcre_exec.c
index 890e0f7..8156fd2 100644
--- a/pcre_exec.c
+++ b/pcre_exec.c
@@ -3802,8 +3802,8 @@ md->eptrchain = eptrchain; /* Make workspace generally available */
md->lcc = tables + lcc_offset;
md->ctypes = tables + ctypes_offset;
-/* Handle different types of newline. The two bits give four cases. If nothing
-is set at run time, whatever was used at compile time applies. */
+/* Handle different types of newline. The three bits give eight cases. If
+nothing is set at run time, whatever was used at compile time applies. */
switch ((((options & PCRE_NEWLINE_BITS) == 0)? re->options : options) &
PCRE_NEWLINE_BITS)