2008-10-06 22:33 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* source/rtl/tobject.prg
    ! Formatting to some old code.
This commit is contained in:
Viktor Szakats
2008-10-06 20:33:38 +00:00
parent 3f2735f5e6
commit 5b75b78079
2 changed files with 11 additions and 8 deletions

View File

@@ -8,10 +8,14 @@
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2008-10-06 22:33 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* source/rtl/tobject.prg
! Formatting to some old code.
2008-10-06 22:24 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* include/hbthread.h
! Committed MT fix to make it compile under Darwin.
Thanks Przemek.
* include/hbthread.h
! Committed MT fix to make it compile under Darwin.
Thanks Przemek.
2008-10-06 21:50 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/vm/hvm.c

View File

@@ -68,8 +68,8 @@
*
*/
/* WARNING: Can not use the preprocessor */
/* otherwise it will auto inherit from itself */
/* WARNING: Can not use the preprocessor, otherwise
it will auto inherit from itself. */
#include "common.ch"
#include "hboo.ch"
@@ -153,8 +153,7 @@ FUNCTION HBObject()
RETURN s_oClass:Instance()
STATIC function HBObject_New( ... )
STATIC FUNCTION HBObject_New( ... )
QSelf():Init( ... )
RETURN QSelf()
@@ -162,7 +161,7 @@ STATIC FUNCTION HBObject_Init()
RETURN QSelf()
STATIC FUNCTION HBObject_Dftonerror( ... )
RETURN QSelf():MSGNOTFOUND( __GetMessage(), ... )
RETURN QSelf():MsgNotFound( __GetMessage(), ... )
STATIC FUNCTION HBObject_Error( cDesc, cClass, cMsg, nCode )