mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:13:03 +00:00
[LIBXML2] Update to version 2.9.10. CORE-16952
This commit is contained in:
parent
b82bf8ce16
commit
f22fa382fe
65 changed files with 2245 additions and 2056 deletions
6
sdk/lib/3rdparty/libxml2/globals.c
vendored
6
sdk/lib/3rdparty/libxml2/globals.c
vendored
|
@ -107,7 +107,7 @@ xmlMallocFunc xmlMalloc = malloc;
|
|||
* @size: the size requested in bytes
|
||||
*
|
||||
* The variable holding the libxml malloc() implementation for atomic
|
||||
* data (i.e. blocks not containings pointers), useful when using a
|
||||
* data (i.e. blocks not containing pointers), useful when using a
|
||||
* garbage collecting allocator.
|
||||
*
|
||||
* Returns a pointer to the newly allocated block or NULL in case of error
|
||||
|
@ -260,7 +260,7 @@ static int xmlPedanticParserDefaultValueThrDef = 0;
|
|||
* Global setting, indicate that the parser should store the line number
|
||||
* in the content field of elements in the DOM tree.
|
||||
* Disabled by default since this may not be safe for old classes of
|
||||
* applicaton.
|
||||
* application.
|
||||
*/
|
||||
int xmlLineNumbersDefaultValue = 0;
|
||||
static int xmlLineNumbersDefaultValueThrDef = 0;
|
||||
|
@ -361,7 +361,7 @@ static const char *xmlTreeIndentStringThrDef = " ";
|
|||
* xmlSaveNoEmptyTags:
|
||||
*
|
||||
* Global setting, asking the serializer to not output empty tags
|
||||
* as <empty/> but <empty></empty>. those two forms are undistinguishable
|
||||
* as <empty/> but <empty></empty>. those two forms are indistinguishable
|
||||
* once parsed.
|
||||
* Disabled by default
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue