diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 1f762e5079..46efb1b026 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,13 @@ 2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2008-11-09 13:03 UTC+0100 Viktor Szakats (harbour.01 syenar hu) + * contrib/hbtip/utils.c + ! Fixed static function also marked as HB_EXPORT. + + * contrib/xhb/dbgfx.prg + * Minor formatting. + 2008-11-09 12:26 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * ChangeLog ! Fixed again the UNICODE problem (I've uploaded a wrong diff --git a/harbour/contrib/hbtip/utils.c b/harbour/contrib/hbtip/utils.c index 9322cba58f..b12c560212 100644 --- a/harbour/contrib/hbtip/utils.c +++ b/harbour/contrib/hbtip/utils.c @@ -731,7 +731,7 @@ HB_FUNC( PSTRCOMPI ) } /* Case insensitive hb_strAt() function */ -static ULONG HB_EXPORT hb_strAtI( const char * szSub, ULONG ulSubLen, const char * szText, ULONG ulLen ) +static ULONG hb_strAtI( const char * szSub, ULONG ulSubLen, const char * szText, ULONG ulLen ) { HB_TRACE(HB_TR_DEBUG, ("hb_strAtI(%s, %lu, %s, %lu)", szSub, ulSubLen, szText, ulLen)); diff --git a/harbour/contrib/xhb/dbgfx.prg b/harbour/contrib/xhb/dbgfx.prg index 3aedab6c88..6c406d3ce4 100644 --- a/harbour/contrib/xhb/dbgfx.prg +++ b/harbour/contrib/xhb/dbgfx.prg @@ -1,4 +1,3 @@ - /* * $Id: dbgfx.prg 9738 2008-10-26 07:10:19Z vszakats $ */