From 82ac6e7cc66990fc6b3ee4d507499787b3ff8e3a Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 14 Sep 2008 23:04:00 +0000 Subject: [PATCH] 2008-09-15 01:00 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/common/hbverdsp.c * Undone prev change. --- harbour/ChangeLog | 4 ++++ harbour/source/common/hbverdsp.c | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index f5b5b31685..a02b32c5b5 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-15 01:00 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * source/common/hbverdsp.c + * Undone prev change. + 2008-09-14 22:46 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * utils/hbmake/hbmake.prg ! Fixed two typos in last commit. Thanks to Bill Robertson. diff --git a/harbour/source/common/hbverdsp.c b/harbour/source/common/hbverdsp.c index f58bfcc741..b9368c9a19 100644 --- a/harbour/source/common/hbverdsp.c +++ b/harbour/source/common/hbverdsp.c @@ -144,9 +144,6 @@ void hb_verBuildInfo( void ) } hb_conOutErr( "Other build settings: ", 0 ); -#if defined( HB_MT_VM ) - hb_conOutErr( "(MT) ", 0 ); -#endif #if defined(__cplusplus) hb_conOutErr( "(C++ mode) ", 0 ); #else