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:
Przemyslaw Czerpak
2008-11-09 14:15:45 +00:00
parent 8e232cd644
commit c6fab64db4
2 changed files with 6 additions and 1 deletions

View File

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

View File

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