2008-09-15 01:00 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* source/common/hbverdsp.c
    * Undone prev change.
This commit is contained in:
Viktor Szakats
2008-09-14 23:04:00 +00:00
parent 76bb0f05be
commit 82ac6e7cc6
2 changed files with 4 additions and 3 deletions

View File

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

View File

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