cvs: ZendEngine2 / zend_variables.h

"Jani Taskinen" <[email protected]> Fri, 01 May 2009 21:46:40 -0000
Newsgroups gmane.comp.php.cvs.zend
Message-ID <cvsjani1241214400@cvsserver>
jani		Fri May  1 21:46:40 2009 UTC

  Modified files:              
    /ZendEngine2	zend_variables.h 
  Log:
  - Fix compile warning in debug mode
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_variables.h?r1=1.40&r2=1.41&diff_format=u
Index: ZendEngine2/zend_variables.h
diff -u ZendEngine2/zend_variables.h:1.40 ZendEngine2/zend_variables.h:1.41
--- ZendEngine2/zend_variables.h:1.40	Wed Dec 31 11:12:29 2008
+++ ZendEngine2/zend_variables.h	Fri May  1 21:46:39 2009
@@ -5,7 +5,7 @@
    | Copyright (c) 1998-2009 Zend Technologies Ltd. (http://www.zend.com) |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.00 of the Zend license,     |
-   | that is bundled with this package in the file LICENSE, and is        |
+   | that is bundled with this package in the file LICENSE, and is        | 
    | available through the world-wide-web at the following url:           |
    | http://www.zend.com/license/2_00.txt.                                |
    | If you did not receive a copy of the Zend license and are unable to  |
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: zend_variables.h,v 1.40 2008/12/31 11:12:29 sebastian Exp $ */
+/* $Id: zend_variables.h,v 1.41 2009/05/01 21:46:39 jani Exp $ */
 
 #ifndef ZEND_VARIABLES_H
 #define ZEND_VARIABLES_H
@@ -32,7 +32,7 @@
 	if (Z_TYPE_P(zvalue) <= IS_BOOL) {
 		return;
 	}
-	_zval_dtor_func(zvalue ZEND_FILE_LINE_CC);
+	_zval_dtor_func(zvalue ZEND_FILE_LINE_RELAY_CC);
 }
 
 ZEND_API void _zval_copy_ctor_func(zval *zvalue ZEND_FILE_LINE_DC);
@@ -42,7 +42,7 @@
 	if (Z_TYPE_P(zvalue) <= IS_BOOL) {
 		return;
 	}
-	_zval_copy_ctor_func(zvalue ZEND_FILE_LINE_CC);
+	_zval_copy_ctor_func(zvalue ZEND_FILE_LINE_RELAY_CC);
 }
 
 



-- 
Zend Engine CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php