From 9b5d4b995df60a1200f90466c50d39244d4cd2ae Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 6 Feb 2000 15:54:09 +0000 Subject: [PATCH] 20000206-16:55 GMT+1 Victor Szakats --- harbour/ChangeLog | 4 ++++ harbour/source/vm/cmdarg.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 );