diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 300f9a2d18..340566db68 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -10,6 +10,10 @@ * Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment */ +2012-11-20 18:19 UTC+0100 Viktor Szakats (harbour syenar.net) + * include/hbexprb.c + ! corrected indentation + 2012-11-20 17:44 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * harbour/src/vm/cmdarg.c ! fixed buffer overflow diff --git a/harbour/include/hbexprb.c b/harbour/include/hbexprb.c index 15617f769c..b76bfa1a49 100644 --- a/harbour/include/hbexprb.c +++ b/harbour/include/hbexprb.c @@ -857,7 +857,7 @@ static HB_EXPR_FUNC( hb_compExprUseRef ) if( pExp->value.asAlias.pVar->ExprType == HB_ET_VARIABLE && pExp->value.asAlias.pAlias->ExprType == HB_ET_ALIAS && hb_compExprIsMemvarAlias( pExp->value.asAlias.pAlias->value.asSymbol.name ) ) - { + { /* @M-> @MEMVAR-> or @MEMVA-> or @MEMV-> */ HB_GEN_FUNC1( PushMemvarRef, pExp->value.asAlias.pVar->value.asSymbol.name ); break; @@ -1803,7 +1803,7 @@ static HB_EXPR_FUNC( hb_compExprUseFunCall ) hb_compExprReduceSTOD( pSelf, usCount, HB_COMP_PARAM ); break; case HB_F_STOT: - hb_compExprReduceSTOT( pSelf, usCount, HB_COMP_PARAM ); + hb_compExprReduceSTOT( pSelf, usCount, HB_COMP_PARAM ); break; case HB_F_DTOS: if( usCount == 1 )