diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 3687e7ad5f..f0ac0047f2 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-11-12 18:20 UTC+0100 Viktor Szakats (harbour.01 syenar hu) + * source/common/hbverdsp.c + * Don't show '(C mode)', only C++. + 2008-11-12 14:44 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * make_vc.mak + TOFIX added for the case when HB_CC_NAME is overridden diff --git a/harbour/source/common/hbverdsp.c b/harbour/source/common/hbverdsp.c index f3309c1726..921a619c6d 100644 --- a/harbour/source/common/hbverdsp.c +++ b/harbour/source/common/hbverdsp.c @@ -150,8 +150,6 @@ void hb_verBuildInfo( void ) #endif #if defined(__cplusplus) hb_conOutErr( "(C++ mode) ", 0 ); -#else - hb_conOutErr( "(C mode) ", 0 ); #endif hb_conOutErr( hb_conNewLine(), 0 );