2012-11-20 18:19 UTC+0100 Viktor Szakats (harbour syenar.net)

* include/hbexprb.c
    ! corrected indentation
This commit is contained in:
Viktor Szakats
2012-11-20 17:23:41 +00:00
parent 7c2af71ff9
commit fd4c468bcc
2 changed files with 6 additions and 2 deletions

View File

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

View File

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