From e8e761df944d556e6d1b5e2982175f93b49b4654 Mon Sep 17 00:00:00 2001 From: "Alexander S.Kresin" Date: Mon, 4 Jun 2001 12:54:34 +0000 Subject: [PATCH] 2001-06-04 16:55 GMT+3 Alexander Kresin --- harbour/ChangeLog | 4 ++++ harbour/source/pp/pplib.c | 2 ++ 2 files changed, 6 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index e7fe35a03b..41aad8a0c0 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +2001-06-04 16:55 GMT+3 Alexander Kresin + * source/pp/pplib.c + * __PreProcess() works now. + 2001-06-03 23:50 UTC-0800 Ron Pinkas * contrib/dot/pp.prg + Added #ifdef WIN to support using Windows MessageBox() instead of Alert(), use BLD pp -dWIN to activate. diff --git a/harbour/source/pp/pplib.c b/harbour/source/pp/pplib.c index 8e3509f150..f5414aa626 100644 --- a/harbour/source/pp/pplib.c +++ b/harbour/source/pp/pplib.c @@ -121,6 +121,8 @@ HB_FUNC( __PREPROCESS ) HB_SKIPTABSPACES( ptr ); + if( !hb_pp_topDefine ) + hb_pp_Table(); if( hb_pp_ParseExpression( ptr, pOut ) > 0 ) { /* Some error here? */