From 61ccc47a1df641c5d7fb82f66286dfdf537c0bb5 Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Wed, 5 Dec 2001 13:06:02 +0000 Subject: [PATCH] hb_evalBlock0() and hb_evalBlock1() defines added --- harbour/include/hbundoc.api | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/harbour/include/hbundoc.api b/harbour/include/hbundoc.api index d3137f2a9b..831313116b 100644 --- a/harbour/include/hbundoc.api +++ b/harbour/include/hbundoc.api @@ -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_ */ \ No newline at end of file