20000206-16:55 GMT+1 Victor Szakats <info@szelvesz.hu>

This commit is contained in:
Viktor Szakats
2000-02-06 15:54:09 +00:00
parent eec39ac3d9
commit 9b5d4b995d
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
20000206-16:55 GMT+1 Victor Szakats <info@szelvesz.hu>
* source/vm/cmdarg.c
! Mistyped #ifdef fixed in //BUILD functionality (mentioned by Jose)
20000206-16:15 GMT+1 Ryszard Glab <rglab@imid.med.pl>
*source/vm/hvm.c

View File

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