cvs: ZendEngine2 / zend_language_scanner.l

"Moriyoshi Koizumi" <[email protected]>
Newsgroups gmane.comp.php.cvs.zend
Message-ID <cvsmoriyoshi1217225365@cvsserver>
moriyoshi		Mon Jul 28 06:09:25 2008 UTC

  Modified files:              
    /ZendEngine2	zend_language_scanner.l 
  Log:
  - Another portion to merge.
  
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_language_scanner.l?r1=1.190&r2=1.191&diff_format=u
Index: ZendEngine2/zend_language_scanner.l
diff -u ZendEngine2/zend_language_scanner.l:1.190 ZendEngine2/zend_language_scanner.l:1.191
--- ZendEngine2/zend_language_scanner.l:1.190	Mon Jul 28 06:07:19 2008
+++ ZendEngine2/zend_language_scanner.l	Mon Jul 28 06:09:24 2008
@@ -21,7 +21,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: zend_language_scanner.l,v 1.190 2008/07/28 06:07:19 moriyoshi Exp $ */
+/* $Id: zend_language_scanner.l,v 1.191 2008/07/28 06:09:24 moriyoshi Exp $ */
 
 #if 0
 # define YYDEBUG(s, c) printf("state: %d char: %c\n", s, c)
@@ -2453,7 +2453,7 @@
 
 	/* Check for ending label on the next line */
 	if (CG(heredoc_len) < YYLIMIT - YYCURSOR && !memcmp(YYCURSOR, s, CG(heredoc_len))) {
-		char *end = YYCURSOR + CG(heredoc_len);
+		unsigned char *end = YYCURSOR + CG(heredoc_len);
 
 		if (*end == ';') {
 			end++;



-- 
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.