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.
This commit is contained in:
Przemyslaw Czerpak
2010-03-07 09:57:44 +00:00
parent 91ba8932cf
commit 4ca2baffd5
2 changed files with 6 additions and 1 deletions

View File

@@ -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

View File

@@ -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