cvs: ZendEngine2(PHP_5_1) / zend_operators.h

From: Date: Thu, 17 Nov 2005 19:21:33 +0000
Subject: cvs: ZendEngine2(PHP_5_1) / zend_operators.h
Groups: php.zend-engine.cvs 
Request: Send a blank email to [email protected] to get a copy of this message
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/ZendEngine2/zend_operators.h?r1=1.94.2.1&r2=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 *


Thread (1 message)

  • Antony Dovgal
« previous php.zend-engine.cvs (#4356) next »