ChangeLog 20000501-19:05 GMT+1

This commit is contained in:
Ryszard Glab
2000-05-01 16:56:48 +00:00
parent 4a98b9ca8b
commit b82fbc0aa2
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
20000501-19:05 GMT+1 Ryszard Glab <rglab@imid.med.pl>
*source/vm/hvm.c
* fixed unused variable warning
20000501-18:55 GMT+1 Ryszard Glab <rglab@imid.med.pl>
*source/rtl/filesys.c

View File

@@ -3203,8 +3203,6 @@ static void hb_vmPushBlock( BYTE * pCode, PHB_SYMB pSymbols )
*/
static void hb_vmPushBlockShort( BYTE * pCode, PHB_SYMB pSymbols )
{
USHORT uiLocals;
HB_TRACE(HB_TR_DEBUG, ("hb_vmPushBlockShort(%p, %p)", pCode, pSymbols));
hb_stack.pPos->type = HB_IT_BLOCK;