diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ee9c5fca0c..99e9f8b847 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,13 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ * harbour/makefile.vc + * harbour/source/rtl/gtcrs/gtcrs.c + * formatting + +2006-03-13 11:40 UTC+0100 Ryszard Glab + * source/compiler/cmdcheck.c + + * source/pp/pragma.c * fixed to force max recurse preprocessor passed bigger then 0 * source/pp/ppcore.c diff --git a/harbour/source/pp/ppcomp.c b/harbour/source/pp/ppcomp.c index 741311dafe..db9d5a5f79 100644 --- a/harbour/source/pp/ppcomp.c +++ b/harbour/source/pp/ppcomp.c @@ -198,8 +198,6 @@ int hb_pp_Internal( FILE * handl_o, char * sOut ) lens -= rdlen; s_szLine[ lens ] = '\0'; pp_StreamBlockFinish( ); - lens =strlen( s_szLine ); - lContinue = 0; break; } else diff --git a/harbour/source/pp/ppcore.c b/harbour/source/pp/ppcore.c index 0aed3a5b5c..6db7bc2e1e 100644 --- a/harbour/source/pp/ppcore.c +++ b/harbour/source/pp/ppcore.c @@ -1005,7 +1005,7 @@ hb_xfree( (void *)mpatt ); rlen = strotrim( rpatt, TRUE ); ConvertPatterns( mpatt, mlen, rpatt, rlen ); - mlen = RemoveSlash( mpatt ); + RemoveSlash( mpatt ); rlen = RemoveSlash( rpatt ); if( com_or_tra ) @@ -1016,12 +1016,6 @@ hb_xfree( (void *)mpatt ); stcmd->com_or_xcom = com_or_xcom; stcmd->mpatt = hb_strdup( mpatt ); stcmd->value = ( rlen > 0 ) ? hb_strdup( rpatt ) : NULL; - - /* JFL */ - /* - printf( "Parsecommand Name: %s Pat: %s Val: %s\n", stcmd->name, stcmd->mpatt, stcmd->value ); - */ - } else { diff --git a/harbour/source/rtl/gtcrs/gtcrs.c b/harbour/source/rtl/gtcrs/gtcrs.c index 81b21c1e39..128efc6d83 100644 --- a/harbour/source/rtl/gtcrs/gtcrs.c +++ b/harbour/source/rtl/gtcrs/gtcrs.c @@ -1194,6 +1194,8 @@ static void disp_mousecursor( InOutBase * ioBase ) Gpm_DrawPointer( ioBase->mLastEvt.col, ioBase->mLastEvt.row, gpm_consolefd ); } +#else + HB_SYMBOL_UNUSED( ioBase ); #endif }