From f70ae7a1503ddcbedaba46f7dfd8b4bdbe216c8b Mon Sep 17 00:00:00 2001 From: Ron Pinkas Date: Wed, 30 May 2001 15:52:06 +0000 Subject: [PATCH] + PP_InitStd() --- harbour/contrib/dot/pp.prg | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/harbour/contrib/dot/pp.prg b/harbour/contrib/dot/pp.prg index 156abce587..f9f2b54fcb 100644 --- a/harbour/contrib/dot/pp.prg +++ b/harbour/contrib/dot/pp.prg @@ -7762,6 +7762,14 @@ FUNCTION PP_RunText( sLines, bPP, aParams ) RETURN xRet +//--------------------------------------------------------------// +PROCEDURE PP_InitStd() + + InitRules() + InitResults() + +RETURN + //--------------------------------------------------------------// #ifdef __HARBOUR__ FUNCTION PP_CompileText( sLines )