hirokawa                Sat Aug 23 04:27:47 2003 EDT

  Modified files:              
    /php-src/ext/mbstring/libmbfl/mbfl  mbfl_allocators.c mbfl_convert.c 
  Log:
  revert my patch.
  
Index: php-src/ext/mbstring/libmbfl/mbfl/mbfl_allocators.c
diff -u php-src/ext/mbstring/libmbfl/mbfl/mbfl_allocators.c:1.2 
php-src/ext/mbstring/libmbfl/mbfl/mbfl_allocators.c:1.3
--- php-src/ext/mbstring/libmbfl/mbfl/mbfl_allocators.c:1.2     Sat Aug 23 04:26:46 
2003
+++ php-src/ext/mbstring/libmbfl/mbfl/mbfl_allocators.c Sat Aug 23 04:27:46 2003
@@ -29,7 +29,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#include "../config.h"
+#include "config.h"
 #endif
 
 #ifdef HAVE_STDLIB_H
Index: php-src/ext/mbstring/libmbfl/mbfl/mbfl_convert.c
diff -u php-src/ext/mbstring/libmbfl/mbfl/mbfl_convert.c:1.2 
php-src/ext/mbstring/libmbfl/mbfl/mbfl_convert.c:1.3
--- php-src/ext/mbstring/libmbfl/mbfl/mbfl_convert.c:1.2        Sat Aug 23 04:26:46 
2003
+++ php-src/ext/mbstring/libmbfl/mbfl/mbfl_convert.c    Sat Aug 23 04:27:46 2003
@@ -29,7 +29,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#include "../config.h"
+#include "config.h"
 #endif
 
 #ifdef HAVE_STDDEF_H



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

Reply via email to