[php-i18n-commits] cvs commit: libmbfl/mbfl mbfl_encoding.c mbfl_language.c

Back to archive index

Moriyoshi Koizumi moriy****@users*****
2002年 12月 26日 (木) 02:46:02 JST


moriyoshi    02/12/26 02:46:02

  Modified:    mbfl     mbfl_encoding.c mbfl_language.c
  Log:
  Added missing includes
  
  Revision  Changes    Path
  1.5       +8 -0      libmbfl/mbfl/mbfl_encoding.c
  
  Index: mbfl_encoding.c
  ===================================================================
  RCS file: /cvsroot/php-i18n/libmbfl/mbfl/mbfl_encoding.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- mbfl_encoding.c	24 Dec 2002 18:00:11 -0000	1.4
  +++ mbfl_encoding.c	25 Dec 2002 17:46:02 -0000	1.5
  @@ -36,6 +36,14 @@
   #include <stddef.h>
   #endif
   
  +#ifdef HAVE_STRING_H
  +#include <string.h>
  +#endif
  +
  +#ifdef HAVE_STRINGS_H
  +#include <strings.h>
  +#endif
  +
   #include "mbfl_encoding.h"
   #include "mbfilter_pass.h"
   #include "mbfilter_8bit.h"
  
  
  
  1.5       +12 -0     libmbfl/mbfl/mbfl_language.c
  
  Index: mbfl_language.c
  ===================================================================
  RCS file: /cvsroot/php-i18n/libmbfl/mbfl/mbfl_language.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- mbfl_language.c	24 Dec 2002 18:00:11 -0000	1.4
  +++ mbfl_language.c	25 Dec 2002 17:46:02 -0000	1.5
  @@ -36,6 +36,18 @@
   #include <stddef.h>
   #endif
   
  +#ifdef HAVE_STDDEF_H
  +#include <stddef.h>
  +#endif
  +
  +#ifdef HAVE_STRING_H
  +#include <string.h>
  +#endif
  +
  +#ifdef HAVE_STRINGS_H
  +#include <strings.h>
  +#endif
  +
   #include "mbfl_encoding.h"
   #include "mbfl_language.h"
   
  
  
  



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