mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
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:
parent
ff770d023a
commit
dda96768ec
11 changed files with 29 additions and 29 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue