hb_evalBlock0() and hb_evalBlock1() defines added

This commit is contained in:
Antonio Linares
2001-12-05 13:06:02 +00:00
parent 61051869c3
commit 61ccc47a1d

View File

@@ -63,6 +63,11 @@
#define _reta hb_reta
#define _pcount hb_pcount
/* Undocumented CA-Cl*pper _cEval...() functions */
#define _cEval0 hb_evalBlock0
#define _cEval1 hb_evalBlock1
/* Undocumented CA-Cl*pper TSupport API */
#define _tchdir hb_fsChDir
@@ -94,4 +99,4 @@
#define _bcmp memcmp
#define _bscan(p,cnt,c) memchr( p, c, cnt )
#endif /* HB_UNDOC_API_ */
#endif /* HB_UNDOC_API_ */