2001-11-29 22:05 GMT+1 JFL (mafact) <jfl@mafact.com>

This commit is contained in:
Jean-Francois Lefebvre
2001-11-29 21:02:52 +00:00
parent 51eaf763b2
commit 3dc62eb7e4
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2001-11-29 22:05 GMT+1 JFL (mafact) <jfl@mafact.com>
* harbour/source/vm/classes.c
* Forgot one printf(..) within hb_clsisclassref()
2001-11-29 12:15 UTC-0800 Brian Hays <bhays@abacuslaw.com>
* makefile.bc

View File

@@ -377,8 +377,6 @@ void hb_clsIsClassRef( void )
while( uiClass-- )
{
printf("isClassRef %i\n",uiClass );
if( pClass->pInlines )
hb_gcItemRef( pClass->pInlines );
@@ -951,6 +949,8 @@ ULONG hb_objHasMsg( PHB_ITEM pObject, char *szString )
* HB_OO_CLSTP_SHARED 32 : (method or) data shared
* HB_OO_CLSTP_CLASS 64 : message is the name of a superclass
* HB_OO_CLSTP_SUPER 128 : message is herited
* HB_OO_CLSTP_CLASSCTOR 256 : Class method constructor
* HB_OO_CLSTP_CLASSMETH 512 : Class method
*/