com php-src: Removed now superfluous #define IS_CONSTANT_AR RAY_EX: Zend/zend_types.h

From: Date: Tue, 06 May 2014 16:16:12 +0000
Subject: com php-src: Removed now superfluous #define IS_CONSTANT_AR RAY_EX: Zend/zend_types.h
Groups: php.cvs 
Request: Send a blank email to php-cvs+get-78143@lists.php.net to get a copy of this message
Commit:    628646ec9328c771d236880ab71dd648d263a2b6
Author:    Bob Weinand <bobwei9@hotmail.com>         Tue, 6 May 2014 18:16:12 +0200
Parents:   f3c1881f1dc19cb8bd0ddf0c85ecee390fde526f
Branches:  phpng

Link:       http://git.php.net/?p=php-src.git;a=commitdiff;h=628646ec9328c771d236880ab71dd648d263a2b6

Log:
Removed now superfluous #define IS_CONSTANT_ARRAY_EX

Changed paths:
  M  Zend/zend_types.h


Diff:
diff --git a/Zend/zend_types.h b/Zend/zend_types.h
index d215352..211c44a 100644
--- a/Zend/zend_types.h
+++ b/Zend/zend_types.h
@@ -293,7 +293,6 @@ static inline zend_uchar zval_get_type(const zval* pz) {
 #define IS_REFERENCE_EX				(IS_REFERENCE      | ((                   IS_TYPE_REFCOUNTED            
                            ) << Z_TYPE_FLAGS_SHIFT))
 
 #define IS_CONSTANT_EX				(IS_CONSTANT       | ((IS_TYPE_CONSTANT | IS_TYPE_REFCOUNTED |           
           IS_TYPE_COPYABLE) << Z_TYPE_FLAGS_SHIFT))
-#define IS_CONSTANT_ARRAY_EX		(IS_CONSTANT_ARRAY | ((IS_TYPE_CONSTANT | IS_TYPE_REFCOUNTED |       
               IS_TYPE_COPYABLE) << Z_TYPE_FLAGS_SHIFT))
 #define IS_CONSTANT_AST_EX			(IS_CONSTANT_AST   | ((IS_TYPE_CONSTANT | IS_TYPE_REFCOUNTED |        
              IS_TYPE_COPYABLE) << Z_TYPE_FLAGS_SHIFT))
 
 /* zval.u1.v.const_flags */



Thread (1 message)

  • Bob Weinand
« previous php.cvs (#78143) next »