mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
Drop znode extended attribute and unused union members
This commit is contained in:
parent
904a83a137
commit
84e757d22d
@ -75,10 +75,7 @@ typedef struct _znode { /* used only during compilation */
|
||||
union {
|
||||
znode_op op;
|
||||
zval constant; /* replaced by literal/zv */
|
||||
zend_op_array *op_array;
|
||||
zend_ast *ast;
|
||||
} u;
|
||||
zend_uint EA; /* extended attributes */
|
||||
} znode;
|
||||
|
||||
/* Temporarily defined here, to avoid header ordering issues */
|
||||
|
Loading…
Reference in New Issue
Block a user