1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 20:25:14 +03:00

- Updated HTML test outputs

- Fixed taht f....g problem with C++ and includes,
Daniel
This commit is contained in:
Daniel Veillard 1999-09-23 22:19:18 +00:00
parent b635f2e77c
commit e624482d08
2 changed files with 6 additions and 6 deletions

View File

@ -10,14 +10,14 @@
#ifndef __HTML_TREE_H__
#define __HTML_TREE_H__
#include <stdio.h>
#include "tree.h"
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include "tree.h"
#define HTML_TEXT_NODE XML_TEXT_NODE
#define HTML_ENTITY_REF_NODE XML_ENTITY_REF_NODE
#define HTML_COMMENT_NODE XML_COMMENT_NODE

View File

@ -10,14 +10,14 @@
#ifndef __HTML_TREE_H__
#define __HTML_TREE_H__
#include <stdio.h>
#include "tree.h"
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include "tree.h"
#define HTML_TEXT_NODE XML_TEXT_NODE
#define HTML_ENTITY_REF_NODE XML_ENTITY_REF_NODE
#define HTML_COMMENT_NODE XML_COMMENT_NODE