Moriyoshi Koizumi
moriy****@users*****
2002年 12月 25日 (水) 03:27:03 JST
moriyoshi 02/12/25 03:27:03 Modified: mbfl mbfilter.h Log: Fixed build Revision Changes Path 1.11 +9 -0 libmbfl/mbfl/mbfilter.h Index: mbfilter.h =================================================================== RCS file: /cvsroot/php-i18n/libmbfl/mbfl/mbfilter.h,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- mbfilter.h 24 Dec 2002 18:00:11 -0000 1.10 +++ mbfilter.h 24 Dec 2002 18:27:03 -0000 1.11 @@ -97,6 +97,15 @@ #include "mbfl_convert.h" #include "mbfl_ident.h" +#ifndef NULL +#ifdef __cplusplus +#define NULL (0L) +#else +#define NULL (void *)(0L) +#endif +#endif + + /* * convert filter */