Reapply "Stop using reserved names in dom"

This reverts commit dda96768ec.
This commit is contained in:
Niels Dossche 2024-07-08 17:27:39 +02:00
parent 7fda12218a
commit 8825235348
No known key found for this signature in database
GPG key ID: B8A8AD166DF0E2E5
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;