2008-10-06 11:17 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/source/vm/thread.c
    ! fixed typo in recent modification
This commit is contained in:
Przemyslaw Czerpak
2008-10-06 09:17:27 +00:00
parent f5939dca16
commit 3dc7a9f679
2 changed files with 7 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2008-10-06 11:17 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/vm/thread.c
! fixed typo in recent modification
2008-10-06 03:09 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* include/hbextern.ch
+ Added HB_THREADONCE.

View File

@@ -117,12 +117,14 @@ static PHB_ITEM s_pOnceMutex = NULL;
HB_CRITICAL_UNLOCK( s_critical_init );
}
# else
# if defined( HB_COND_INIT )
static HB_CRITICAL_NEW( s_critical_init );
# endif
static HB_CRITICAL_NEW( s_critical_once );
static HB_CRITICAL_NEW( s_critical_mtx );
# endif
# if defined( HB_COND_INIT )
static HB_CRITICAL_NEW( s_critical_init );
static void hb_threadCondInit( HB_COND_T * cond )
{
if( !s_fThreadInit )