2001-06-04 16:55 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>

This commit is contained in:
Alexander S.Kresin
2001-06-04 12:54:34 +00:00
parent 2c507cf450
commit e8e761df94
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2001-06-04 16:55 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
* source/pp/pplib.c
* __PreProcess() works now.
2001-06-03 23:50 UTC-0800 Ron Pinkas <ron@profit-master.com>
* contrib/dot/pp.prg
+ Added #ifdef WIN to support using Windows MessageBox() instead of Alert(), use BLD pp -dWIN to activate.

View File

@@ -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? */