2006-09-10 14:28 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/source/vm/classes.c
    * cleaned BCC warning
This commit is contained in:
Przemyslaw Czerpak
2006-09-10 12:29:25 +00:00
parent 8d11bf8235
commit 45033c962e
2 changed files with 5 additions and 2 deletions

View File

@@ -8,6 +8,10 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
* source/vm/itemapi.c
! Bug fixed, which was introduced while last commit
2006-09-11 16:40 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
* include/hbapicdp.h
* Changed declaration of hb_cdpcmp() function
* source/rtl/cdpapi.c

View File

@@ -2258,8 +2258,6 @@ HB_FUNC( __CLSINSTSUPER )
if( pDynSym ) /* Find function */
{
USHORT uiClass = 0;
/* TODO: optimize this function */
hb_vmPushSymbol( pDynSym->pSymbol ); /* Push function name */
@@ -2270,6 +2268,7 @@ HB_FUNC( __CLSINSTSUPER )
{
if( HB_IS_OBJECT( hb_stackReturnItem() ) )
{
USHORT uiClass;
for( uiClass = 0; uiClass < s_uiClasses; uiClass++ )
{ /* Locate the entry */
if( s_pClasses[ uiClass ].pClassSym == pDynSym )