1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

- xmlversion.h.in libxml.h: Cygwin patches

- tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
- tree.h: cleanup
Daniel
This commit is contained in:
Daniel Veillard
2001-06-11 08:09:20 +00:00
parent acd370fb1a
commit 9cc6dc62f7
7 changed files with 30 additions and 25 deletions

View File

@@ -69,16 +69,6 @@ typedef enum {
typedef unsigned char xmlChar;
/*
* Removed in 2.3.9 ... nobody should still use this
*
#ifndef WIN32
#ifndef CHAR
#define CHAR xmlChar
#endif
#endif
*/
/**
* BAD_CAST:
*