1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-28 00:21:53 +03:00

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
This commit is contained in:
Daniel Veillard
2005-01-25 00:22:52 +00:00
parent b9e2f26ed6
commit cee2b3a5f1
6 changed files with 293 additions and 95 deletions

View File

@ -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;