mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Reapply "Stop using reserved names in dom"
This reverts commit dda96768ec
.
This commit is contained in:
parent
7fda12218a
commit
8825235348
11 changed files with 29 additions and 29 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue