2001-11-29 22:05 GMT+1 JFL (mafact) <jfl@mafact.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user