From 030b68ec732bec1e528a9114fc7826e9d4b7886d Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 12 Nov 2008 17:21:13 +0000 Subject: [PATCH] 2008-11-12 18:20 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * source/common/hbverdsp.c * Don't show '(C mode)', only C++. --- harbour/ChangeLog | 4 ++++ harbour/source/common/hbverdsp.c | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) 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 );