1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-31 06:50:06 +03:00

- Updated HTML test outputs

- Fixed taht f....g problem with C++ and includes,
Daniel
This commit is contained in:
Daniel Veillard 1999-11-12 17:02:31 +00:00
parent 51e3b154bf
commit 10cb900055
2 changed files with 4 additions and 4 deletions

View File

@ -10,12 +10,12 @@
#ifndef __XML_VALID_H__
#define __XML_VALID_H__
#include "tree.h"
#ifdef __cplusplus
extern "C" {
#endif
#include "tree.h"
/**
* an xmlValidCtxt is used for error reporting when validating
*/

View File

@ -10,12 +10,12 @@
#ifndef __XML_VALID_H__
#define __XML_VALID_H__
#include "tree.h"
#ifdef __cplusplus
extern "C" {
#endif
#include "tree.h"
/**
* an xmlValidCtxt is used for error reporting when validating
*/