[php-i18n-commits] cvs commit: php4/ext/mbstring/mbfl mbfl_filter.h

Back to archive index

Moriyoshi Koizumi moriy****@users*****
2002年 10月 7日 (月) 07:05:57 JST


moriyoshi    02/10/07 07:05:57

  Modified:    ext/mbstring php_mb.h
               ext/mbstring/mbfl mbfl_filter.h
  Log:
  fixed include locations so that it can be included from other modules.
  
  Revision  Changes    Path
  1.7       +6 -6      php4/ext/mbstring/php_mb.h
  
  Index: php_mb.h
  ===================================================================
  RCS file: /cvsroot/php-i18n/php4/ext/mbstring/php_mb.h,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- php_mb.h	10 Aug 2002 03:36:47 -0000	1.6
  +++ php_mb.h	6 Oct 2002 22:05:57 -0000	1.7
  @@ -48,12 +48,12 @@
   #ifndef PHP_MB_H
   #define PHP_MB_H
   
  -#include "php_mb_enc.h"
  -#include "php_mb_lang.h"
  -#include "php_mb_buf.h"
  -#include "php_mb_str.h"
  -#include "php_mb_filter.h"
  -#include "php_mb_function.h"
  +#include "ext/mbstring/php_mb_enc.h"
  +#include "ext/mbstring/php_mb_lang.h"
  +#include "ext/mbstring/php_mb_buf.h"
  +#include "ext/mbstring/php_mb_str.h"
  +#include "ext/mbstring/php_mb_filter.h"
  +#include "ext/mbstring/php_mb_function.h"
   
   #ifdef HAVE_MBREGEX
   #include "mbregex.h"
  
  
  
  1.7       +1 -1      php4/ext/mbstring/mbfl/mbfl_filter.h
  
  Index: mbfl_filter.h
  ===================================================================
  RCS file: /cvsroot/php-i18n/php4/ext/mbstring/mbfl/mbfl_filter.h,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- mbfl_filter.h	10 Aug 2002 02:39:37 -0000	1.6
  +++ mbfl_filter.h	6 Oct 2002 22:05:57 -0000	1.7
  @@ -29,7 +29,7 @@
   #define MBFL_FILTER_H
   
   #include "php_config.h"
  -#include "php_mb_enc.h"
  +#include "ext/mbstring/php_mb_enc.h"
   
   
   #define MBFL_MEMORY_TYPE_CONST  1
  
  
  



php-i18n-commits メーリングリストの案内
Back to archive index