2009-09-08 12:09 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/source/vm/thread.c
    * removed HB_MT() function body
This commit is contained in:
Przemyslaw Czerpak
2009-09-08 10:10:24 +00:00
parent 6e6ff8c9e7
commit eae13528cb
2 changed files with 6 additions and 5 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-09-08 12:09 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/vm/thread.c
* removed HB_MT() function body
2009-09-08 12:03 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/include/hbstack.h
* harbour/source/vm/estack.c

View File

@@ -2507,11 +2507,8 @@ HB_FUNC( HB_MTVM )
}
#if defined( HB_MT_VM )
HB_FUNC( HB_MT )
{
HB_STACK_TLS_PRELOAD
hb_retl( TRUE );
}
/* function to use in REQUEST statement in .prg code to force MT HVM */
HB_FUNC( HB_MT ) { ; }
#endif
#if defined( HB_TASK_THREAD ) && defined( HB_MT_VM )