cvs: ZendEngine2(PHP_5_3) / zend_compile.c
"Jani Taskinen" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.zend |
|---|---|
| Message-ID | <cvsjani1217764100@cvsserver> |
jani Sun Aug 3 11:48:20 2008 UTC
Modified files: (Branch: PHP_5_3)
/ZendEngine2 zend_compile.c
Log:
- No C++ comments in C files!
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_compile.c?r1=1.647.2.27.2.41.2.80&r2=1.647.2.27.2.41.2.81&diff_format=u
Index: ZendEngine2/zend_compile.c
diff -u ZendEngine2/zend_compile.c:1.647.2.27.2.41.2.80 ZendEngine2/zend_compile.c:1.647.2.27.2.41.2.81
--- ZendEngine2/zend_compile.c:1.647.2.27.2.41.2.80 Thu Jul 31 14:27:43 2008
+++ ZendEngine2/zend_compile.c Sun Aug 3 11:48:20 2008
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: zend_compile.c,v 1.647.2.27.2.41.2.80 2008/07/31 14:27:43 dmitry Exp $ */
+/* $Id: zend_compile.c,v 1.647.2.27.2.41.2.81 2008/08/03 11:48:20 jani Exp $ */
#include <zend_language_parser.h>
#include "zend.h"
@@ -5263,7 +5263,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;
--
Zend Engine CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php