diff --git a/harbour/ChangeLog b/harbour/ChangeLog index e31175fd2e..f0e1a3d4f3 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-06-22 22:28 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * contrib/xhb/hbcompat.ch + + Added HB_SYMBOL_UNUSED() to xhb branch. + [TOMERGE 1.0.0RC1] + 2008-06-22 21:20 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbw32/w32_ole.c * contrib/hbole/ole2.c diff --git a/harbour/contrib/xhb/hbcompat.ch b/harbour/contrib/xhb/hbcompat.ch index 5d125ba027..d56ad08b96 100644 --- a/harbour/contrib/xhb/hbcompat.ch +++ b/harbour/contrib/xhb/hbcompat.ch @@ -113,6 +113,10 @@ #xcommand END WITH => END #xcommand END OBJECT => END + #ifndef HB_SYMBOL_UNUSED + #define HB_SYMBOL_UNUSED( symbol ) ( symbol := ( symbol ) ) + #endif + #else #include "hbgtinfo.ch"