See changelog for description

This commit is contained in:
Antonio Linares
2002-01-30 10:46:51 +00:00
parent b8fcce5aa5
commit fa0ea9268b
8 changed files with 45 additions and 12 deletions

View File

@@ -168,7 +168,8 @@ static BYTE s_pcode_len[] = {
1, /* HB_P_ZERO, */
1, /* HB_P_ONE, */
1, /* HB_P_MACROLIST, */
1 /* HB_P_MACROLISTEND, */
1, /* HB_P_MACROLISTEND, */
0 /* HB_P_MPUSHSTR */
};
static PVAR hb_compPrivateFind( char * szPrivateName )
@@ -953,7 +954,7 @@ void hb_compStrongType( int iSize )
/*
printf( "\nBefore Cond: %i\n", pFunc->iStackIndex );
*/
/* Saving Stack depth befor Jump. */
/* TODO: Remove Hard coded limitation. */
if( s_iCondIndex < 16 )
@@ -3176,4 +3177,4 @@ void hb_compGenPCodeN( BYTE * pBuffer, ULONG ulSize, BOOL bStackAffected )
if( hb_comp_iWarnings >= 3 && bStackAffected )
hb_compStrongType( ulSize );
}
}