diff options
author | ph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15> | 2007-08-01 09:10:40 +0000 |
---|---|---|
committer | ph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15> | 2007-08-01 09:10:40 +0000 |
commit | 01eeb658525bc9a5b840253f8b415af6abe282e0 (patch) | |
tree | b69d63abc2337c71dffc18988d2969cecbe24271 /pcre_exec.c | |
parent | e188596ef3e912f62e3ae85c8da905a54fc41d8b (diff) | |
download | pcre-01eeb658525bc9a5b840253f8b415af6abe282e0.tar.gz |
Correct errors in previous patch; tidy for test release.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@200 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre_exec.c')
-rw-r--r-- | pcre_exec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcre_exec.c b/pcre_exec.c index 1c7f39c..8462640 100644 --- a/pcre_exec.c +++ b/pcre_exec.c @@ -42,9 +42,9 @@ POSSIBILITY OF SUCH DAMAGE. pattern matching using an NFA algorithm, trying to mimic Perl as closely as possible. There are also some static supporting functions. */ -#ifdef HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include <config.h> -#endif +#endif #define NLBLOCK md /* Block containing newline information */ #define PSSTART start_subject /* Field containing processed string start */ |