2000-07-25 00:33 UTC+0100 Victor Szakats <info@szelvesz.hu>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 ) )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user