2008-11-09 15:16 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/include/hbstack.h
* do not define hb_stack_ptr_from_tls() in BCC builds when
HB_STACK_PRELOAD macro is not defined to pacify BCC warning
This commit is contained in:
@@ -8,6 +8,11 @@
|
||||
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
|
||||
*/
|
||||
|
||||
2008-11-09 15:16 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/include/hbstack.h
|
||||
* do not define hb_stack_ptr_from_tls() in BCC builds when
|
||||
HB_STACK_PRELOAD macro is not defined to pacify BCC warning
|
||||
|
||||
2008-11-09 14:37 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
|
||||
* make_b32.mak
|
||||
! /P32 -> /P64
|
||||
|
||||
@@ -196,7 +196,7 @@ typedef struct
|
||||
# endif
|
||||
# else
|
||||
extern HB_TLS_KEY hb_stack_key;
|
||||
# if defined( __BORLANDC__ )
|
||||
# if defined( __BORLANDC__ ) && defined( HB_STACK_PRELOAD )
|
||||
static __inline void* hb_stack_ptr_from_tls( void )
|
||||
{
|
||||
/* mov ecx,hb_stack_key */
|
||||
|
||||
Reference in New Issue
Block a user