summaryrefslogtreecommitdiff
path: root/pcre.h.in
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-12-06 15:38:01 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-12-06 15:38:01 +0000
commit4145bb1ecab77682c81fb99bdd0380bf64a6392e (patch)
tree1739fd5605222d1986f72584086519115e0a2046 /pcre.h.in
parent475e97e3c2ef83094b3b2239b7cf4ffcc2c05f68 (diff)
downloadpcre-4145bb1ecab77682c81fb99bdd0380bf64a6392e.tar.gz
Source tidies for 8.21-RC1
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@788 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre.h.in')
-rw-r--r--pcre.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/pcre.h.in b/pcre.h.in
index be266db..832c3ee 100644
--- a/pcre.h.in
+++ b/pcre.h.in
@@ -98,9 +98,9 @@ extern "C" {
/* Options. Some are compile-time only, some are run-time only, and some are
both, so we keep them all distinct. However, almost all the bits in the options
word are now used. In the long run, we may have to re-use some of the
-compile-time only bits for runtime options, or vice versa. In the comments
-below, "compile", "exec", and "DFA exec" mean that the option is permitted to
-be set for those functions; "used in" means that an option may be set only for
+compile-time only bits for runtime options, or vice versa. In the comments
+below, "compile", "exec", and "DFA exec" mean that the option is permitted to
+be set for those functions; "used in" means that an option may be set only for
compile, but is subsequently referenced in exec and/or DFA exec. Any of the
compile-time options may be inspected during studying (and therefore JIT
compiling). */