From 9eda0eec26af7c6c52b3c7c61d1bedcebc79f6f7 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Thu, 25 Mar 2010 23:44:10 +0000 Subject: [PATCH] 2010-03-26 00:44 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/vm/hvmall.c ! fixed typo in last commit --- harbour/ChangeLog | 4 ++++ harbour/src/vm/hvmall.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 7f3086d363..df6819f425 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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 diff --git a/harbour/src/vm/hvmall.c b/harbour/src/vm/hvmall.c index 2bf8d42146..0f5abe96b7 100644 --- a/harbour/src/vm/hvmall.c +++ b/harbour/src/vm/hvmall.c @@ -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