diff --git a/harbour/ChangeLog b/harbour/ChangeLog index a7fcce8950..dced8114d5 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2007-10-30 15:17 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/contrib/libnf/fttext.c + - removed not necessary size_t definition + 2007-10-29 17:57 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/harbour-ce-spec * harbour/make_xmingwce.sh diff --git a/harbour/contrib/libnf/fttext.c b/harbour/contrib/libnf/fttext.c index 4deab6b2f5..33a6f02b82 100644 --- a/harbour/contrib/libnf/fttext.c +++ b/harbour/contrib/libnf/fttext.c @@ -186,11 +186,6 @@ #define VALLOC_FLAG 0 -#ifndef SIZE_T - #define SIZE_T - typedef unsigned int size_t; -#endif - /* routines internal to this module */ static int _findeol( BYTEP buf, int buf_len ); static int _findbol( BYTEP buf, int buf_len );