mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
Big OpenVMS patch: - nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c
Big OpenVMS patch: - nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am: integrated a set of OpenVMS changes from Howard Taylor <Howard.Taylor@pacoast.com> Daniel
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
* See Copyright for the status of this software.
|
||||
*
|
||||
* Daniel.Veillard@w3.org
|
||||
*
|
||||
* 14 Nov 2000 ht - added redefinition of xmlBufferWriteChar for VMS
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __XML_TREE_H__
|
||||
@@ -609,8 +612,14 @@ int xmlRemoveNode (xmlNodePtr node); /* TODO */
|
||||
/*
|
||||
* Internal, don't use
|
||||
*/
|
||||
#ifdef VMS
|
||||
void xmlBufferWriteXmlCHAR (xmlBufferPtr buf,
|
||||
const xmlChar *string);
|
||||
#define xmlBufferWriteCHAR xmlBufferWriteXmlCHAR
|
||||
#else
|
||||
void xmlBufferWriteCHAR (xmlBufferPtr buf,
|
||||
const xmlChar *string);
|
||||
#endif
|
||||
void xmlBufferWriteChar (xmlBufferPtr buf,
|
||||
const char *string);
|
||||
void xmlBufferWriteQuotedString(xmlBufferPtr buf,
|
||||
|
Reference in New Issue
Block a user