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:
Viktor Szakats
2012-11-30 14:37:05 +00:00
parent a6fc285772
commit 95a6d50bf1
2 changed files with 6 additions and 2 deletions

View File

@@ -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

View File

@@ -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.> ) )