diff --git a/harbour/ChangeLog b/harbour/ChangeLog index c2a0c3232d..0f5615892a 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +20000206-16:55 GMT+1 Victor Szakats + * source/vm/cmdarg.c + ! Mistyped #ifdef fixed in //BUILD functionality (mentioned by Jose) + 20000206-16:15 GMT+1 Ryszard Glab *source/vm/hvm.c diff --git a/harbour/source/vm/cmdarg.c b/harbour/source/vm/cmdarg.c index 53b593a3e3..f8dddd038a 100644 --- a/harbour/source/vm/cmdarg.c +++ b/harbour/source/vm/cmdarg.c @@ -302,7 +302,7 @@ void hb_cmdargProcessVM( void ) hb_outerr( hb_consoleGetNewLine(), 0 ); #endif -#if defined( HB_COMPAT_XPP ) || defined( HB_COMPAT_XPP ) || defined( HB_COMPAT_VO ) +#if defined( HB_COMPAT_C53 ) || defined( HB_COMPAT_XPP ) || defined( HB_COMPAT_VO ) hb_outerr( " With some support for:", 0 ); hb_outerr( hb_consoleGetNewLine(), 0 );