aboutsummaryrefslogtreecommitdiffstats
path: root/src/regex.c
diff options
context:
space:
mode:
authorTino Calancha2016-12-10 23:04:12 +0900
committerTino Calancha2016-12-10 23:04:12 +0900
commitae31a7fac5c1cb8d5d3cb3238d15a5e3b791fd69 (patch)
tree2dd1b0284abcc06c0d80500d6d8e86505ec05130 /src/regex.c
parentafd162d0d782a4889e0c99dc3458a66e36da7cd4 (diff)
parent828b4560cd4a0d8cb9b7a7a3e20ff0c53ba86cfa (diff)
downloademacs-test-concurrency.tar.gz
emacs-test-concurrency.zip
Merge with remote reptest-concurrency
Diffstat (limited to 'src/regex.c')
-rw-r--r--src/regex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/regex.c b/src/regex.c
index e7231d3882b..f1686cf700c 100644
--- a/src/regex.c
+++ b/src/regex.c
@@ -1140,6 +1140,7 @@ print_double_string (re_char *where, re_char *string1, ssize_t size1,
1140#endif /* not DEBUG */ 1140#endif /* not DEBUG */
1141 1141
1142#ifndef emacs 1142#ifndef emacs
1143
1143/* Set by `re_set_syntax' to the current regexp syntax to recognize. Can 1144/* Set by `re_set_syntax' to the current regexp syntax to recognize. Can
1144 also be assigned to arbitrarily: each pattern buffer stores its own 1145 also be assigned to arbitrarily: each pattern buffer stores its own
1145 syntax, so it can be changed between regex compilations. */ 1146 syntax, so it can be changed between regex compilations. */