1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-08-01 10:06:59 +03:00

trying to fix #77441 Daniel

* configure.in: trying to fix #77441
Daniel
This commit is contained in:
Daniel Veillard
2002-04-14 12:56:08 +00:00
parent a8a89fe587
commit 9b731d709e
6 changed files with 23 additions and 7 deletions

View File

@ -2585,7 +2585,7 @@ xmlIsMixedElement(xmlDocPtr doc, const xmlChar *name) {
* returns 1 if valid or 0 otherwise
*/
static int
int
xmlValidateNameValue(const xmlChar *value) {
const xmlChar *cur;
int val, len;
@ -2624,7 +2624,7 @@ xmlValidateNameValue(const xmlChar *value) {
* returns 1 if valid or 0 otherwise
*/
static int
int
xmlValidateNamesValue(const xmlChar *value) {
const xmlChar *cur;
int val, len;
@ -2689,7 +2689,7 @@ xmlValidateNamesValue(const xmlChar *value) {
* returns 1 if valid or 0 otherwise
*/
static int
int
xmlValidateNmtokenValue(const xmlChar *value) {
const xmlChar *cur;
int val, len;
@ -2731,7 +2731,7 @@ xmlValidateNmtokenValue(const xmlChar *value) {
* returns 1 if valid or 0 otherwise
*/
static int
int
xmlValidateNmtokensValue(const xmlChar *value) {
const xmlChar *cur;
int val, len;