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
This commit is contained in:
Przemyslaw Czerpak
2007-10-30 14:18:02 +00:00
parent 55747014ee
commit 2115fa088a
2 changed files with 4 additions and 5 deletions

View File

@@ -8,6 +8,10 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
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

View File

@@ -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 );