2001-09-18 02:06 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>

This commit is contained in:
Viktor Szakats
2001-09-18 00:07:49 +00:00
parent d5ee13b363
commit 1fde255304
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2001-09-18 02:06 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>
* source/vm/arrayshb.c
! HB_APARAMS() trace call removed.
Thanks to Brian Hays.
2001-09-17 02:21 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>
* source/compiler/hbfunchk.c

View File

@@ -308,8 +308,6 @@ HB_FUNC( HB_APARAMS )
{
PHB_ITEM * pBase = hb_stack.pBase;
HB_TRACE(HB_TR_DEBUG, ("hb_stackDispCall()"));
pBase = hb_stack.pItems + ( *pBase )->item.asSymbol.stackbase;
hb_itemRelease( hb_itemReturn( hb_arrayFromParams( pBase ) ) );