On Tue, 16 Sep 2008, Chen Kedem wrote:

Hi Chen,

> I suggest changing the following in include/hbthread.h (r9415):
> On line #304 change:
> #  if defined( __BORLANDC__ )
> #     define HB_USE_TLS
> Into:
> #  if defined( __BORLANDC__ ) && !defined( __CODEGUARD__ )
> #     define HB_USE_TLS
> As let the user manually enable this option if he/she want to.
> Apparently CodeGuard does not like __thread variables and I saw posts from 
> 1998
> asking for it to be fixed.

Yes, I forgot to make it in previous commit. I'll commit it in a while.

best regards,
Przemek
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to