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

incomplete steps for real/double support avoiding a compilation problem

* xmlschemastypes.c: incomplete steps for real/double support
* testAutomata.c include/libxml/xmlautomata.h
  include/libxml/xmlregexp.h: avoiding a compilation problem
* valid.c include/libxml/valid.h: starting the work toward using
  the regexps for actual DTD validation
Daniel
This commit is contained in:
Daniel Veillard
2002-09-16 10:51:38 +00:00
parent aeb258a9ca
commit 84d70a462f
7 changed files with 87 additions and 15 deletions

View File

@ -10,6 +10,7 @@
#include "libxml.h"
#ifdef LIBXML_AUTOMATA_ENABLED
#include <libxml/tree.h>
#include <libxml/xmlautomata.h>
static int scanNumber(char **ptr) {