diff --git a/harbour/ChangeLog b/harbour/ChangeLog index bbfd3c56de..0664159860 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2008-09-09 12:37 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * source/debug/dbgentry.c + ! Fixed recent typo. Thanks Lorenzo. + 2008-09-09 11:50 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/mtpl_b32.mak * contrib/mtpl_gcc.mak diff --git a/harbour/source/debug/dbgentry.c b/harbour/source/debug/dbgentry.c index 09c0f11c5c..b2c203111d 100644 --- a/harbour/source/debug/dbgentry.c +++ b/harbour/source/debug/dbgentry.c @@ -65,7 +65,7 @@ /* dummy function declaration */ static BOOL hb_clsSetScope( BOOL fScope ) { return fScope; } -#if defined( HB_HB_OS_UNIX_COMPATIBLE ) +#if defined( HB_OS_UNIX_COMPATIBLE ) #define FILENAME_EQUAL(s1, s2) ( !strcmp( (s1), (s2) ) ) #else #define FILENAME_EQUAL(s1, s2) ( !hb_stricmp( (s1), (s2) ) )