2010-06-08 02:53 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/src/vm/garbage.c
    ! added missing HB_STACK_TLS_PRELOAD
This commit is contained in:
Przemyslaw Czerpak
2010-06-08 00:54:08 +00:00
parent 15ade39255
commit d263ec370d
2 changed files with 6 additions and 0 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2010-06-08 02:53 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/vm/garbage.c
! added missing HB_STACK_TLS_PRELOAD
2010-06-07 07:47 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
+ contrib/hbide/resources/setup.ui
+ contrib/hbide/resources/setup.uic

View File

@@ -798,6 +798,8 @@ HB_FUNC( HB_GCALL )
#ifdef HB_GC_AUTO
HB_FUNC( HB_GCSETAUTO )
{
HB_STACK_TLS_PRELOAD
HB_PTRUINT nBlocks, nPrevBlocks;
HB_BOOL fSet = HB_ISNUM( 1 );