From 9f905d7f01965b6414851026de0a12f3a51cf265 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 22 Jun 2008 20:29:20 +0000 Subject: [PATCH] 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] --- harbour/ChangeLog | 5 +++++ harbour/contrib/xhb/hbcompat.ch | 4 ++++ 2 files changed, 9 insertions(+) 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"