summaryrefslogtreecommitdiff
path: root/src/pcre2_ucd.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_ucd.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_ucd.c')
-rw-r--r--src/pcre2_ucd.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pcre2_ucd.c b/src/pcre2_ucd.c
index 671acd7..eecf892 100644
--- a/src/pcre2_ucd.c
+++ b/src/pcre2_ucd.c
@@ -8,7 +8,7 @@ table names from _pcre2_xxx to xxxx, thereby avoiding name clashes
with the library. At present, just one of these tables is actually
needed. */
-#ifndef PCRE2_INCLUDED
+#ifndef PCRE2_PCRE2TEST
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -16,7 +16,7 @@ needed. */
#include "pcre2_internal.h"
-#endif /* PCRE2_INCLUDED */
+#endif /* PCRE2_PCRE2TEST */
/* Unicode character database. */
/* This file was autogenerated by the MultiStage2.py script. */
@@ -78,7 +78,7 @@ const uint32_t PRIV(ucd_caseless_sets)[] = {
/* When #included in pcre2test, we don't need this large table. */
-#ifndef PCRE2_INCLUDED
+#ifndef PCRE2_PCRE2TEST
const ucd_record PRIV(ucd_records)[] = { /* 5016 bytes, record size 8 */
{ 9, 0, 2, 0, 0, }, /* 0 */
@@ -3295,4 +3295,4 @@ const uint16_t PRIV(ucd_stage2)[] = { /* 51968 bytes, block = 128 */
#endif
#endif /* SUPPORT_UTF */
-#endif /* PCRE2_INCLUDED */
+#endif /* PCRE2_PCRE2TEST */