For Programmers: Free Programming Magazines  


Home > Archive > PHP Zend Engine > November 2005 > cvs: ZendEngine2(PHP_5_1) / zend_operators.h









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: ZendEngine2(PHP_5_1) / zend_operators.h
Antony Dovgal

2005-11-17, 6:55 pm

tony2001 Thu Nov 17 14:21:33 2005 EDT

Modified files: (Branch: PHP_5_1)
/ZendEngine2 zend_operators.h
Log:
MFH: make GCC happy and suppress the warning


http://cvs.php.net/diff.php/ZendEng...2=1.94.2.2&ty=u
Index: ZendEngine2/zend_operators.h
diff -u ZendEngine2/zend_operators.h:1.94.2.1 ZendEngine2/zend_operators.h:1.94.2.2
--- ZendEngine2/zend_operators.h:1.94.2.1 Wed Nov 16 19:19:23 2005
+++ ZendEngine2/zend_operators.h Thu Nov 17 14:21:32 2005
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/

-/* $Id: zend_operators.h,v 1.94.2.1 2005/11/17 00:19:23 iliaa Exp $ */
+/* $Id: zend_operators.h,v 1.94.2.2 2005/11/17 19:21:32 tony2001 Exp $ */

#ifndef ZEND_OPERATORS_H
#define ZEND_OPERATORS_H
@@ -131,6 +131,7 @@
*lval = local_lval;
return IS_LONG;
}
+ return 0;
}

static inline char *
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com