19991016-10:06 GMT+1

This commit is contained in:
Viktor Szakats
1999-10-16 08:21:19 +00:00
parent 542d56d975
commit 8d6e512836
3 changed files with 13 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
19991016-10:06 GMT+1 Victor Szel <info@szelvesz.hu>
* source/rtl/Makefile
+ browse.prg added
* source/compiler/harbour.y
! Temporarily commented out the new code from RemoveExtraPush() since
it broke many existing code.
19991016-03:08 EDT Paul Tucker <ptucker@sympatico.ca>
* makefile.vc
+ source/rtl/browse.prg

View File

@@ -4051,6 +4051,10 @@ static void SetLastPushPos( void )
static void RemoveExtraPush( void )
{
/* NOTE: Commented out because it will break the pcode generation for
assigments inside codeblocks and possibly for some other cases,
too. */
#if 0
PFUNCTION pFunc = functions.pLast; /* get the currently defined Clipper function */
if( _lLastPushPos > -1 && pFunc->lPCodePos > _lLastPushPos )
@@ -4059,6 +4063,7 @@ static void RemoveExtraPush( void )
_lLastPushPos = -1;
}
else
#endif
GenPCode1( HB_P_POP );
ValTypePop( 1 );

View File

@@ -48,6 +48,7 @@ PRG_SOURCES=\
alert.prg \
asort.prg \
browdb.prg \
browse.prg \
devoutp.prg \
dircmd.prg \
dummy.prg \