cvs: ZendEngine2 / zend_compile.c

"Jani Taskinen" <[email protected]>
Newsgroups gmane.comp.php.cvs.zend
Message-ID <cvsjani1217764029@cvsserver>
jani		Sun Aug  3 11:47:09 2008 UTC

  Modified files:              
    /ZendEngine2	zend_compile.c 
  Log:
  - No C++ comments in C files!
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_compile.c?r1=1.835&r2=1.836&diff_format=u
Index: ZendEngine2/zend_compile.c
diff -u ZendEngine2/zend_compile.c:1.835 ZendEngine2/zend_compile.c:1.836
--- ZendEngine2/zend_compile.c:1.835	Thu Jul 31 14:27:55 2008
+++ ZendEngine2/zend_compile.c	Sun Aug  3 11:47:09 2008
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: zend_compile.c,v 1.835 2008/07/31 14:27:55 dmitry Exp $ */
+/* $Id: zend_compile.c,v 1.836 2008/08/03 11:47:09 jani Exp $ */
 
 #include <zend_language_parser.h>
 #include "zend.h"
@@ -5642,7 +5642,7 @@
 		if (len_adjust == 0) {
 			path[0] = '.';
 			path[1] = '\0';
-			return 1; //only one character
+			return 1; /* only one character */
 		} else {
 			path[0] = '\0';
 			return len_adjust;
@@ -5735,7 +5735,7 @@
 		if(len_adjust == 0) {
 			path[0] = (UChar) 0x2e /*'.'*/;
 			path[1] = 0;
-			return 1; //only one character
+			return 1; /* only one character */
 		}
 		else {
 			path[0] = 0;



-- 
Zend Engine CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.