summaryrefslogtreecommitdiff
path: root/src/pcre2_config.c
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-06-14 18:29:51 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-06-14 18:29:51 +0000
commit2e3491ef5a290a6a0078bc1e3589fa253dcefef5 (patch)
treea7c45d289590033711823b452142a9ca1be02164 /src/pcre2_config.c
parent16a344240d87d1fa5895539c05672b5d241ed639 (diff)
downloadpcre2-2e3491ef5a290a6a0078bc1e3589fa253dcefef5.tar.gz
Basic pcre2_compile() is working (no study, no auto-possess yet).
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@13 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'src/pcre2_config.c')
-rw-r--r--src/pcre2_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcre2_config.c b/src/pcre2_config.c
index 21c14f3..b5abc5b 100644
--- a/src/pcre2_config.c
+++ b/src/pcre2_config.c
@@ -102,7 +102,7 @@ switch (what)
break;
case PCRE2_CONFIG_NEWLINE:
- *((int *)where) = NEWLINE;
+ *((int *)where) = NEWLINE_DEFAULT;
break;
case PCRE2_CONFIG_PARENS_LIMIT: