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:
@@ -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
|
||||
|
||||
@@ -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 )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user