hholzgra                Fri Sep 26 03:51:52 2003 EDT

  Modified files:              
    /php-src/ext/standard       parsedate.y 
  Log:
  silenced a compiler warning
  
  
Index: php-src/ext/standard/parsedate.y
diff -u php-src/ext/standard/parsedate.y:1.41 php-src/ext/standard/parsedate.y:1.42
--- php-src/ext/standard/parsedate.y:1.41       Tue Aug 19 02:34:46 2003
+++ php-src/ext/standard/parsedate.y    Fri Sep 26 03:51:52 2003
@@ -8,7 +8,7 @@
 **  This code is in the public domain and has no copyright.
 */
 
-/* $Id: parsedate.y,v 1.41 2003/08/19 06:34:46 derick Exp $ */
+/* $Id: parsedate.y,v 1.42 2003/09/26 07:51:52 hholzgra Exp $ */
 
 #include "php.h"
 
@@ -840,7 +840,7 @@
   return tID;
 }
 
-yylex (YYSTYPE *lvalp, void *parm)
+int yylex (YYSTYPE *lvalp, void *parm)
 {
   register unsigned char c;
   register char *p;

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to