2013-07-08 12:54 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* contrib/hbct/ctwfunc.c
! extract box frame string passed to WBOX() using BOX CP
* src/vm/procaddr.c
! added hb_extIsNil() to hb_vmProcAddress() - it fixes PCODE DLLs
using [HB_]ISNIL() macro and linked with hbmaindllp library or
other wrapper using hb_vmProcAddress()
* src/vm/codebloc.c
- removed old comment which was never true in real HVM MT model
* ChangeLog.txt
! typo: tanks -> thanks ;)
This commit is contained in:
@@ -196,8 +196,6 @@ PHB_CODEBLOCK hb_codeblockNew( const HB_BYTE * pBuffer,
|
||||
{
|
||||
/* Swap the current value of local variable with the reference to this
|
||||
* value.
|
||||
* TODO: If Harbour will support threads in the future then we need
|
||||
* to implement some kind of semaphores here.
|
||||
*/
|
||||
int iLocal = HB_PCODE_MKUSHORT( pLocalPosTable );
|
||||
pLocal = hb_stackLocalVariable( iLocal );
|
||||
|
||||
Reference in New Issue
Block a user