hb_vmMessage() use removed

This commit is contained in:
Antonio Linares
2002-01-25 13:53:06 +00:00
parent 918041b1ee
commit 3b960865cf

View File

@@ -1764,10 +1764,9 @@ HB_FUNC( __OBJSENDMSG )
{
USHORT uiParam;
hb_vmPushSymbol( pMsg->pSymbol ); /* Push char symbol as message */
hb_vmPush( pObject ); /* Push object */
hb_vmMessage( pMsg->pSymbol ); /* Push char symbol as message */
for( uiParam = 3; uiParam <= uiPCount; uiParam++ ) /* Push arguments on stack */
hb_vmPush( hb_param( uiParam, HB_IT_ANY ) );
@@ -2520,4 +2519,4 @@ HB_FUNC( __CLSGETPROPERTIES )
}
hb_itemRelease( hb_itemReturn( pReturn ) );
}
}