helly           Sun Aug  3 14:52:09 2003 EDT

  Modified files:              
    /php-src/ext/mbstring       mbstring.c 
  Log:
  Fix warning
  
Index: php-src/ext/mbstring/mbstring.c
diff -u php-src/ext/mbstring/mbstring.c:1.181 php-src/ext/mbstring/mbstring.c:1.182
--- php-src/ext/mbstring/mbstring.c:1.181       Sun Aug  3 14:46:34 2003
+++ php-src/ext/mbstring/mbstring.c     Sun Aug  3 14:52:09 2003
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: mbstring.c,v 1.181 2003/08/03 18:46:34 helly Exp $ */
+/* $Id: mbstring.c,v 1.182 2003/08/03 18:52:09 helly Exp $ */
 
 /*
  * PHP4 Multibyte String module "mbstring"
@@ -144,7 +144,7 @@
 static const int php_mb_default_identify_list_size = 
sizeof(php_mb_default_identify_list)/sizeof(enum mbfl_no_encoding);
 /* }}} */
 
-static const
+static
        ZEND_BEGIN_ARG_INFO(third_and_rest_force_ref, 1)
                ZEND_ARG_PASS_INFO(0)
                ZEND_ARG_PASS_INFO(0)



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

Reply via email to