cvs: ZendEngine2 / zend_language_scanner.l

"Marcus Boerger" <[email protected]>
Newsgroups gmane.comp.php.cvs.zend
Message-ID <cvshelly1218533979@cvsserver>
helly		Tue Aug 12 09:39:39 2008 UTC

  Modified files:              
    /ZendEngine2	zend_language_scanner.l 
  Log:
  - Fix warning
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_language_scanner.l?r1=1.192&r2=1.193&diff_format=u
Index: ZendEngine2/zend_language_scanner.l
diff -u ZendEngine2/zend_language_scanner.l:1.192 ZendEngine2/zend_language_scanner.l:1.193
--- ZendEngine2/zend_language_scanner.l:1.192	Wed Jul 30 01:24:00 2008
+++ ZendEngine2/zend_language_scanner.l	Tue Aug 12 09:39:39 2008
@@ -21,7 +21,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: zend_language_scanner.l,v 1.192 2008/07/30 01:24:00 felipe Exp $ */
+/* $Id: zend_language_scanner.l,v 1.193 2008/08/12 09:39:39 helly Exp $ */
 
 #if 0
 # define YYDEBUG(s, c) printf("state: %d char: %c\n", s, c)
@@ -593,7 +593,6 @@
 int zend_unicode_yyinput(zend_file_handle *file_handle, char *buf, size_t len TSRMLS_DC)
 {
 	size_t n;
-	int c = '*';
 	const char *src = buf;
 
 #ifdef scottmac_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.