From 2115fa088a1537a0686a90f91b0d0bffc7aac8a5 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Tue, 30 Oct 2007 14:18:02 +0000 Subject: [PATCH] 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 --- harbour/ChangeLog | 4 ++++ harbour/contrib/libnf/fttext.c | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) 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 );