summaryrefslogtreecommitdiff
path: root/pcretest.c
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-08-08 14:24:50 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-08-08 14:24:50 +0000
commit566685d9e65796643fd8df2419a5882f85a0a44c (patch)
tree0cf6667fdbcf03bc75d61e4a1c86b0e49be8428a /pcretest.c
parentffb3cd1d6f1a49b2d31e30638cb103582adf676a (diff)
downloadpcre-566685d9e65796643fd8df2419a5882f85a0a44c.tar.gz
Add Perl 5.10's backtracking verbs.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@210 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcretest.c')
-rw-r--r--pcretest.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pcretest.c b/pcretest.c
index 613eb64..d6ef3d0 100644
--- a/pcretest.c
+++ b/pcretest.c
@@ -156,6 +156,7 @@ static int callout_count;
static int callout_extra;
static int callout_fail_count;
static int callout_fail_id;
+static int debug_lengths;
static int first_callout;
static int locale_set = 0;
static int show_malloc;
@@ -954,7 +955,6 @@ while (!done)
size_t size, regex_gotten_store;
int do_study = 0;
int do_debug = debug;
- int debug_lengths = 1;
int do_G = 0;
int do_g = 0;
int do_showinfo = showinfo;
@@ -963,6 +963,7 @@ while (!done)
int erroroffset, len, delimiter, poffset;
use_utf8 = 0;
+ debug_lengths = 1;
if (infile == stdin) printf(" re> ");
if (extend_inputline(infile, buffer) == NULL) break;