2010-03-26 00:44 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/src/vm/hvmall.c
    ! fixed typo in last commit
This commit is contained in:
Przemyslaw Czerpak
2010-03-25 23:44:10 +00:00
parent 8b5b161083
commit 9eda0eec26
2 changed files with 5 additions and 1 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2010-03-26 00:44 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/vm/hvmall.c
! fixed typo in last commit
2010-03-26 00:12 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/vm/hvmall.c
* harbour/include/hbstack.h

View File

@@ -92,7 +92,7 @@
# else
static HB_TLS_ATTR PHB_STACK hb_stack_ptr = NULL;
# endif
# else if !defined( hb_stack_ptr_get )
# elif !defined( hb_stack_ptr_get )
static HB_TLS_KEY hb_stack_key;
# endif
# else