2012-11-30 15:36 UTC+0100 Viktor Szakats (harbour syenar.net)
* contrib/xhb/xhbcls.ch
! fixed recent casing typo in 2012-10-03 19:06 UTC+0200
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
|
||||
*/
|
||||
|
||||
2012-11-30 15:36 UTC+0100 Viktor Szakats (harbour syenar.net)
|
||||
* contrib/xhb/xhbcls.ch
|
||||
! fixed recent casing typo in 2012-10-03 19:06 UTC+0200
|
||||
|
||||
2012-11-30 15:14 UTC+0100 Viktor Szakats (harbour syenar.net)
|
||||
* include/Makefile
|
||||
- include/hbtest.ch
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
[SCOPE <scope>] [<persist: PERSISTENT>] ;
|
||||
[<case: NOUPPER>] => ;
|
||||
__clsAddMsg( <Class>():classH, #<Message>, ;
|
||||
{| Self | HB_SYMBOL_UNUsed( Self ), <code> }, ;
|
||||
{| Self | HB_SYMBOL_UNUSED( Self ), <code> }, ;
|
||||
HB_OO_MSG_INLINE, NIL, ;
|
||||
__xhb_cls_scope( <scope>, <.persist.> ) )
|
||||
|
||||
@@ -112,7 +112,7 @@
|
||||
[SCOPE <scope>] [<persist: PERSISTENT>] ;
|
||||
[<case: NOUPPER>] => ;
|
||||
__clsAddMsg( <Class>():classH, #<Message>, ;
|
||||
{| Self, <params> | HB_SYMBOL_UNUsed( Self ), <code> }, ;
|
||||
{| Self, <params> | HB_SYMBOL_UNUSED( Self ), <code> }, ;
|
||||
HB_OO_MSG_INLINE, NIL, ;
|
||||
__xhb_cls_scope( <scope>, <.persist.> ) )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user