From 4ac538784c0afa547adac0f817a2502bcded2eee Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Fri, 17 Apr 2009 14:19:15 +0000 Subject: [PATCH] 2009-04-17 16:26 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/vm/fm.c ! fixed typo in recent modification which broke compilation --- harbour/ChangeLog | 4 ++++ harbour/source/vm/fm.c | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 03472267d5..4d59866d8f 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2009-04-17 16:26 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/source/vm/fm.c + ! fixed typo in recent modification which broke compilation + 2009-04-17 15:48 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbqt/hbqt.h * commented out #define QT_VERSION 0x040500 diff --git a/harbour/source/vm/fm.c b/harbour/source/vm/fm.c index c90f85eea2..c19deaa7df 100644 --- a/harbour/source/vm/fm.c +++ b/harbour/source/vm/fm.c @@ -63,10 +63,10 @@ /* NOTE: This definitions must be ahead of any and all #include statements */ -#if !defined( HB_FM_STATISTICS ) - !defined( HB_FM_STATISTICS_OFF ) +#if !defined( HB_FM_STATISTICS ) && \ + !defined( HB_FM_STATISTICS_OFF ) && \ !defined( HB_FM_STATISTICS_DYN_OFF ) - #define HB_FM_STATISTICS_OFF +# define HB_FM_STATISTICS_OFF #endif /* For MS-Win builds */