diff --git a/harbour/ChangeLog b/harbour/ChangeLog index fe09463092..c5360a01a4 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2007-09-28 11:56 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * source/compiler/hbusage.c + ! Show the -ks switch only when compiled with HB_COMPAT_XHB. + 2007-09-27 15:29 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/dbinfo.ch * harbour/contrib/rdd_ads/ads1.c diff --git a/harbour/source/compiler/hbusage.c b/harbour/source/compiler/hbusage.c index 5cd4d81578..ed7a6bac75 100644 --- a/harbour/source/compiler/hbusage.c +++ b/harbour/source/compiler/hbusage.c @@ -127,7 +127,9 @@ void hb_compPrintModes( HB_COMP_DECL ) "\n h Harbour mode (default)", "\n i enable support for HB_INLINE", "\n r runtime settings enabled", +#if defined( HB_COMPAT_XHB ) "\n s string as bytes array enabled", +#endif "\n x extended xbase mode", "\n J turn off jump optimization in pcode", "\n M turn off macrotext substitution",