ChangeLog 19991222-18:20 GMT+1

This commit is contained in:
Ryszard Glab
1999-12-22 17:09:04 +00:00
parent d2110fd043
commit a6ada2a564
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
19991222-18:20 GMT+1 Ryszard Glab <rglab@imid.med.pl>
*include/hbexpr.c
*source/compiler/expropt.c
* fixed generation of pcodes for aliased expressions used in
a statement context (the previously selected workarea is popped
from the eval stack instead of swapping)
19991220-18:42 GMT+1 Chen Kedem <niki@actcom.co.il>
* source/rtl/menuto.prg
+ doc for __AtPrompt()

View File

@@ -2686,7 +2686,7 @@ static HB_EXPR_FUNC( hb_compExprUseAliasExpr )
HB_EXPR_USE( pSelf->value.asAlias.pExpList, HB_EA_PUSH_POP );
/* Pop and select again the restored workarea.
*/
hb_compGenPCode1( HB_P_SWAPALIAS );
hb_compGenPCode1( HB_P_POPALIAS );
}
break;
case HB_EA_DELETE: