From 897dda6c7991da8cd771a4c60c1c160c22c37c8f Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Mon, 15 Mar 2010 11:32:16 +0000 Subject: [PATCH] 2010-03-15 12:32 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbstack.h * minor cleanup * harbour/external/bzip2/bzip2.c ! fixed to compile on platforms which do not accept "\" as path delimiter --- harbour/ChangeLog | 7 +++++++ harbour/external/bzip2/bzip2.c | 2 +- harbour/include/hbstack.h | 3 --- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 3deb2f62da..2e80e6ef37 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,13 @@ past entries belonging to author(s): Viktor Szakats. */ +2010-03-15 12:32 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/include/hbstack.h + * minor cleanup + + * harbour/external/bzip2/bzip2.c + ! fixed to compile on platforms which do not accept "\" as path delimiter + 2010-03-15 09:58 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbct/ctnet.c * contrib/hbtpathy/tpwin.c diff --git a/harbour/external/bzip2/bzip2.c b/harbour/external/bzip2/bzip2.c index 390410735b..04c9c49188 100644 --- a/harbour/external/bzip2/bzip2.c +++ b/harbour/external/bzip2/bzip2.c @@ -128,7 +128,7 @@ #if BZ_LCCWIN32 # include # include -# include +# include # define NORETURN /**/ # define PATH_SEP '\\' diff --git a/harbour/include/hbstack.h b/harbour/include/hbstack.h index 212e80f2c2..a372958ba3 100644 --- a/harbour/include/hbstack.h +++ b/harbour/include/hbstack.h @@ -64,9 +64,6 @@ HB_EXTERN_BEGIN #if defined( HB_MT_VM ) # include "hbthread.h" -# if !defined( HB_USE_TLS ) && !defined( HB_OS_OS2 ) && 0 -# undef HB_STACK_MACROS -# endif #endif /* thread specific data */