From 591fe064a44fb2a75fd098702c1fc8d721f7d611 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Tue, 28 Oct 2008 14:56:29 +0000 Subject: [PATCH] 2008-10-28 15:56 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbstack.h ! fixed fDebugRequest declaration --- harbour/ChangeLog | 4 ++++ harbour/include/hbstack.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 99670b40a7..601945ecaf 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2008-10-28 15:56 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/include/hbstack.h + ! fixed fDebugRequest declaration + 2008-10-28 12:53 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rtl/gtwvt/gtwvt.h * harbour/source/rtl/gtwvt/gtwvt.c diff --git a/harbour/include/hbstack.h b/harbour/include/hbstack.h index 06c4ba5944..eddcad831e 100644 --- a/harbour/include/hbstack.h +++ b/harbour/include/hbstack.h @@ -174,7 +174,7 @@ typedef struct HB_PRIVATE_STACK privates; /* private variables stack */ HB_SET_STRUCT set; int iKeyPoll; /* counter for GT/keyboard polling */ - int fDebugRequest; /* request debugger activation */ + BOOL fDebugRequest; /* request debugger activation */ void * pDebugInfo; /* internal debugger structure */ #if defined( HB_MT_VM ) int iUnlocked; /* counter for nested hb_vmUnlock() calls */