summaryrefslogtreecommitdiff
path: root/src/pcre2_jit_match.c
diff options
context:
space:
mode:
authorzherczeg <zherczeg@6239d852-aaf2-0410-a92c-79f79f948069>2014-09-30 07:06:48 +0000
committerzherczeg <zherczeg@6239d852-aaf2-0410-a92c-79f79f948069>2014-09-30 07:06:48 +0000
commitdb01d57b703f77f68840bccf4600fae03ac95cf0 (patch)
tree0465f32f679f879fb99aaa901499dbcd803493ba /src/pcre2_jit_match.c
parentc90bcfa7556b71fb9fab19a07cbc42f175021845 (diff)
downloadpcre2-db01d57b703f77f68840bccf4600fae03ac95cf0.tar.gz
PCRE2 successfully compiles with --enable-jit now.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@84 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'src/pcre2_jit_match.c')
-rw-r--r--src/pcre2_jit_match.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/pcre2_jit_match.c b/src/pcre2_jit_match.c
index 847feb2..d183cb8 100644
--- a/src/pcre2_jit_match.c
+++ b/src/pcre2_jit_match.c
@@ -38,13 +38,10 @@ POSSIBILITY OF SUCH DAMAGE.
-----------------------------------------------------------------------------
*/
-
-#ifdef HAVE_CONFIG_H
-#include "config.h"
+#ifndef INCLUDED_FROM_PCRE2_JIT_COMPILE
+#error This file must be included from pcre2_jit_compile.c.
#endif
-#include "pcre2_internal.h"
-
/*************************************************
* Do a JIT pattern match *