diff options
author | Nikita Popov <nikic@php.net> | 2014-07-26 21:53:50 +0200 |
---|---|---|
committer | Nikita Popov <nikic@php.net> | 2014-07-26 21:53:50 +0200 |
commit | df42793cd2ceed11cb46288e0f89d4684b885a57 (patch) | |
tree | a3bdf282d37b6a70fa03f80def33840cb20d0a77 /Zend/zend_ast.h | |
parent | c07907121e01ff195266de70b8421af2e6e62f26 (diff) | |
download | php-git-df42793cd2ceed11cb46288e0f89d4684b885a57.tar.gz |
Create namespace_name via AST
Diffstat (limited to 'Zend/zend_ast.h')
-rw-r--r-- | Zend/zend_ast.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Zend/zend_ast.h b/Zend/zend_ast.h index d9e096b82d..414dd3c117 100644 --- a/Zend/zend_ast.h +++ b/Zend/zend_ast.h @@ -230,7 +230,4 @@ static inline zend_ast *zend_ast_create_cast(zend_uint type, zend_ast *op0) { return zend_ast_create_ex(1, ZEND_AST_CAST, type, op0); } -/* Temporary, for porting */ -#define AST_ZVAL(znode) zend_ast_create_zval(&(znode)->u.constant) - #endif |