cvs: ZendEngine2 / zend_operators.h

From: Date: Thu, 17 Nov 2005 19:20:16 +0000
Subject: cvs: ZendEngine2 / 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:20:16 2005 EDT

  Modified files:              
    /ZendEngine2	zend_operators.h 
  Log:
  make GCC happy and suppress the warning
  
  
http://cvs.php.net/diff.php/ZendEngine2/zend_operators.h?r1=1.102&r2=1.103&ty=u
Index: ZendEngine2/zend_operators.h
diff -u ZendEngine2/zend_operators.h:1.102 ZendEngine2/zend_operators.h:1.103
--- ZendEngine2/zend_operators.h:1.102	Wed Nov 16 19:20:31 2005
+++ ZendEngine2/zend_operators.h	Thu Nov 17 14:20:14 2005
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: zend_operators.h,v 1.102 2005/11/17 00:20:31 iliaa Exp $ */
+/* $Id: zend_operators.h,v 1.103 2005/11/17 19:20:14 tony2001 Exp $ */
 
 #ifndef ZEND_OPERATORS_H
 #define ZEND_OPERATORS_H
@@ -134,6 +134,7 @@
 		*lval = local_lval;
 		return IS_LONG;
 	}
+	return 0;
 }
 
 static inline zend_uchar is_numeric_unicode(UChar *str, int32_t length, long *lval, double *dval,
zend_bool allow_errors)


Thread (1 message)

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