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.
This commit is contained in:
Viktor Szakats
2007-09-28 09:57:26 +00:00
parent c384b23f25
commit 52cf61b74b
2 changed files with 6 additions and 0 deletions

View File

@@ -8,6 +8,10 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
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

View File

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