summaryrefslogtreecommitdiff
path: root/pcre_internal.h
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-04-14 17:02:30 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-04-14 17:02:30 +0000
commite2126bc127a8b4c3602dd28ebb2862ad6fbc27a6 (patch)
tree6b27073ef6f658d52820a9b884a97cd00743263a /pcre_internal.h
parente75637b2efc61520e5bb4a99643620a27d4b036a (diff)
downloadpcre-e2126bc127a8b4c3602dd28ebb2862ad6fbc27a6.tar.gz
Documentation and tidies preparatory to 8.37 release.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1548 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre_internal.h')
-rw-r--r--pcre_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcre_internal.h b/pcre_internal.h
index 871520e..dd0ac7f 100644
--- a/pcre_internal.h
+++ b/pcre_internal.h
@@ -2446,7 +2446,7 @@ typedef struct compile_data {
BOOL had_pruneorskip; /* (*PRUNE) or (*SKIP) encountered */
BOOL check_lookbehind; /* Lookbehinds need later checking */
BOOL dupnames; /* Duplicate names exist */
- BOOL iscondassert; /* Next assert is a condition */
+ BOOL iscondassert; /* Next assert is a condition */
int nltype; /* Newline type */
int nllen; /* Newline string length */
pcre_uchar nl[4]; /* Newline string when fixed length */