Revert "Stop using reserved names in dom"

This reverts commit 013bc53f0c.

This somehow breaks the Windows build. Will investigate later.
This commit is contained in:
Niels Dossche 2024-07-08 16:07:32 +02:00
parent ff770d023a
commit dda96768ec
No known key found for this signature in database
GPG key ID: B8A8AD166DF0E2E5
11 changed files with 29 additions and 29 deletions

View file

@ -65,8 +65,8 @@ typedef struct {
size_t modification_nr;
} php_libxml_cache_tag;
typedef struct php_libxml_private_data_header {
void (*dtor)(struct php_libxml_private_data_header *);
typedef struct _php_libxml_private_data_header {
void (*dtor)(struct _php_libxml_private_data_header *);
/* extra fields */
} php_libxml_private_data_header;