Give anonymous dom structs a name (#13135)

This commit is contained in:
Niels Dossche 2024-01-13 11:34:40 +01:00 committed by GitHub
parent 90785dd865
commit 89ea24f63e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 9 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 {
typedef struct _work_list_item {
lxb_dom_node_t *node;
uintptr_t current_active_namespace;
xmlNodePtr lxml_parent;