From 4ca2baffd5bad647bbbc25e9253fb01ae132b3d5 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Sun, 7 Mar 2010 09:57:44 +0000 Subject: [PATCH] 2010-03-07 10:57 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbapi.h * small cleanup in marking hb_symEval with HB_LEGACY_LEVEL3 It should be available for core HVM functions. --- harbour/ChangeLog | 5 +++++ harbour/include/hbapi.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 896ca40b32..86b451dffc 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,11 @@ past entries belonging to author(s): Viktor Szakats. */ +2010-03-07 10:57 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/include/hbapi.h + * small cleanup in marking hb_symEval with HB_LEGACY_LEVEL3 + It should be available for core HVM functions. + 2010-03-07 04:34 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/vm/hvm.c * include/hbapi.h diff --git a/harbour/include/hbapi.h b/harbour/include/hbapi.h index 2e5db74bd3..7f5efdc63a 100644 --- a/harbour/include/hbapi.h +++ b/harbour/include/hbapi.h @@ -475,7 +475,7 @@ typedef unsigned int HB_ERRCODE; #define HB_SUCCESS 0 #define HB_FAILURE 1 -#ifdef HB_LEGACY_LEVEL3 +#if defined( _HB_API_INTERNAL_ ) || defined( HB_LEGACY_LEVEL3 ) /* NOTE: Deprecated. Use 'hb_vmPushEvalSym()' instead of 'hb_vmPushSymbol( &hb_symEval )' */ extern HB_SYMB hb_symEval; #endif