19991016-10:06 GMT+1
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 );
|
||||
|
||||
@@ -48,6 +48,7 @@ PRG_SOURCES=\
|
||||
alert.prg \
|
||||
asort.prg \
|
||||
browdb.prg \
|
||||
browse.prg \
|
||||
devoutp.prg \
|
||||
dircmd.prg \
|
||||
dummy.prg \
|
||||
|
||||
Reference in New Issue
Block a user