mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-28 00:21:53 +03:00
small cleanup switched DTD validation to use only regexp when configured
* HTMLparser.c: small cleanup * valid.c xmlregexp.c: switched DTD validation to use only regexp when configured with them. A bit of debugging around the determinism checks is still needed Daniel
This commit is contained in:
@ -161,6 +161,7 @@ struct _xmlRegAtom {
|
||||
int max;
|
||||
|
||||
void *valuep;
|
||||
void *valuep2;
|
||||
int neg;
|
||||
int codepoint;
|
||||
xmlRegStatePtr start;
|
||||
|
Reference in New Issue
Block a user