summaryrefslogtreecommitdiff
path: root/xmlregexp.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2005-01-25 00:22:52 +0000
committerDaniel Veillard <veillard@src.gnome.org>2005-01-25 00:22:52 +0000
commitcee2b3a5f124e19db46109132c22e1b8faec1c87 (patch)
tree0eaa389a24ad9bddc29aa73843dfe53da0653b1e /xmlregexp.c
parentb9e2f26ed633d0aef1b4dd34cb98dab22acb45ac (diff)
downloadlibxml2-cee2b3a5f124e19db46109132c22e1b8faec1c87.tar.gz
warning patches from Peter Breitenlohner serious DTD parsing speedups,
* testdso.c xmlregexp.c: warning patches from Peter Breitenlohner * include/libxml/valid.h valid.c parser.c: serious DTD parsing speedups, start to deprecate 3 ElementDef related entry point and replace them with better ones. Daniel
Diffstat (limited to 'xmlregexp.c')
-rw-r--r--xmlregexp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlregexp.c b/xmlregexp.c
index 2b1919ec..7638c714 100644
--- a/xmlregexp.c
+++ b/xmlregexp.c
@@ -19,7 +19,7 @@
#ifdef LIBXML_REGEXP_ENABLED
-#define DEBUG_ERR
+/* #define DEBUG_ERR */
#include <stdio.h>
#include <string.h>
@@ -3343,7 +3343,7 @@ xmlRegExecErrInfo(xmlRegExecCtxtPtr exec, const xmlChar **string,
#ifdef DEBUG_ERR
static void testerr(xmlRegExecCtxtPtr exec) {
const xmlChar *string;
- const xmlChar *values[5];
+ xmlChar *values[5];
int nb = 5;
int nbneg;
int terminal;