[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:26 JST


moriyoshi    02/12/26 02:46:26

  Modified:    mbfl     Tag: LIBMBFL_1_0 mbfl_encoding.c mbfl_language.c
  Log:
  MFH: added missing includes
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +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.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- mbfl_encoding.c	24 Dec 2002 18:28:43 -0000	1.1.2.1
  +++ mbfl_encoding.c	25 Dec 2002 17:46:26 -0000	1.1.2.2
  @@ -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.1.2.2   +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.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- mbfl_language.c	24 Dec 2002 18:28:43 -0000	1.1.2.1
  +++ mbfl_language.c	25 Dec 2002 17:46:26 -0000	1.1.2.2
  @@ -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