2008-08-07 12:55 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* include/hbdefs.h
% Tamed latest HB_SYMBOL_UNUSED() change to only affect
__POCC__, __XCC__.
This commit is contained in:
@@ -8,6 +8,11 @@
|
||||
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2008-08-07 12:55 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
|
||||
* include/hbdefs.h
|
||||
% Tamed latest HB_SYMBOL_UNUSED() change to only affect
|
||||
__POCC__, __XCC__.
|
||||
|
||||
2008-08-07 13:01 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/bin/hb-func.sh
|
||||
* excluded hbcplr library from harbour shared library
|
||||
|
||||
@@ -1139,7 +1139,11 @@ typedef unsigned long HB_COUNTER;
|
||||
#define HB_MACRO2STRING( macro ) HB_MACRO2STRING_( macro )
|
||||
#define HB_MACRO2STRING_( macro ) #macro
|
||||
|
||||
#define HB_SYMBOL_UNUSED( symbol ) do if( symbol ) {;} while( 0 )
|
||||
#if defined( __POCC__ ) || defined( __XCC__ )
|
||||
#define HB_SYMBOL_UNUSED( symbol ) do if( symbol ) {;} while( 0 )
|
||||
#else
|
||||
#define HB_SYMBOL_UNUSED( symbol ) ( void ) symbol
|
||||
#endif
|
||||
|
||||
/* ***********************************************************************
|
||||
* The name of starting procedure
|
||||
|
||||
Reference in New Issue
Block a user