2000-07-25 00:33 UTC+0100 Victor Szakats <info@szelvesz.hu>

This commit is contained in:
Viktor Szakats
2000-07-24 22:33:29 +00:00
parent 09534028e0
commit b30e1acf12
3 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2000-07-25 00:33 UTC+0100 Victor Szakats <info@szelvesz.hu>
* source/rtl/setkey.c
* source/vm/memvars.c
% Minor optimization in Item returning.
2000-07-25 00:23 UTC+0100 Victor Szakats <info@szelvesz.hu>
* source/rtl/abs.c

View File

@@ -189,7 +189,7 @@ HB_FUNC( SETKEY )
if( pIsActiveResults == NULL || ! HB_IS_LOGICAL( pIsActiveResults ) || hb_itemGetL( pIsActiveResults ) )
{
#endif
hb_itemRelease( hb_itemReturn( hb_itemNew( sk_list_tmp->pAction ) ) );
hb_itemReturn( sk_list_tmp->pAction );
#if defined( HB_EXTENSION )
}
#endif

View File

@@ -1074,7 +1074,7 @@ HB_FUNC( __MVDBGINFO )
}
else
{
hb_itemRelease( hb_itemReturn( hb_itemNew( NULL ) ) ); /* return NIL value */
hb_ret(); /* return NIL value */
if( iCount >= 3 && ISBYREF( 3 ) )
{