Stop using reserved names in dom

This commit is contained in:
Niels Dossche 2024-07-06 23:43:24 +02:00
parent c98a7c1195
commit 013bc53f0c
11 changed files with 29 additions and 29 deletions

View file

@ -33,7 +33,7 @@
/* libxml2 reserves 2 pointer-sized words for interned strings */
#define LXML_INTERNED_STRINGS_SIZE (sizeof(void *) * 2)
typedef struct _work_list_item {
typedef struct work_list_item {
lxb_dom_node_t *node;
uintptr_t current_active_namespace;
xmlNodePtr lxml_parent;