2008-11-12 18:20 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

* source/common/hbverdsp.c
    * Don't show '(C mode)', only C++.
This commit is contained in:
Viktor Szakats
2008-11-12 17:21:13 +00:00
parent 0e88f2ff77
commit 030b68ec73
2 changed files with 4 additions and 2 deletions

View File

@@ -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

View File

@@ -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 );