Moriyoshi Koizumi
moriy****@users*****
2002年 12月 28日 (土) 18:37:35 JST
moriyoshi 02/12/28 18:37:35 Modified: mbfl mbfl_memory_device.h mbfl_wchar_device.h Log: Fixed typos Revision Changes Path 1.5 +1 -1 libmbfl/mbfl/mbfl_memory_device.h Index: mbfl_memory_device.h =================================================================== RCS file: /cvsroot/php-i18n/libmbfl/mbfl/mbfl_memory_device.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- mbfl_memory_device.h 26 Dec 2002 23:39:40 -0000 1.4 +++ mbfl_memory_device.h 28 Dec 2002 09:37:35 -0000 1.5 @@ -47,7 +47,7 @@ #define mbfl_memory_device_init mbfl_memory_device_ctor /* destructor */ MBFLAPI void mbfl_memory_device_dtor(mbfl_memory_device *device); -#define mbfl_memory_device_dtor mbfl_memory_device_clear +#define mbfl_memory_device_clear mbfl_memory_device_dtor MBFLAPI void mbfl_memory_device_realloc(mbfl_memory_device *device, int initsz, int allocsz); MBFLAPI void mbfl_memory_device_reset(mbfl_memory_device *device); 1.2 +1 -1 libmbfl/mbfl/mbfl_wchar_device.h Index: mbfl_wchar_device.h =================================================================== RCS file: /cvsroot/php-i18n/libmbfl/mbfl/mbfl_wchar_device.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mbfl_wchar_device.h 26 Dec 2002 23:41:48 -0000 1.1 +++ mbfl_wchar_device.h 28 Dec 2002 09:37:35 -0000 1.2 @@ -43,7 +43,7 @@ } mbfl_wchar_device; MBFLAPI void mbfl_wchar_device_ctor(mbfl_wchar_device *device); -#define mbfl_wchar_device_ctor mbfl_wchar_device_init +#define mbfl_wchar_device_init mbfl_wchar_device_ctor MBFLAPI void mbfl_wchar_device_dtor(mbfl_wchar_device *device); #define mbfl_wchar_device_clear mbfl_wchar_device_dtor