Temp. disabled

This commit is contained in:
Eddie Runia
1999-05-26 09:19:14 +00:00
parent 2a2f91a91b
commit fb35420691
2 changed files with 10 additions and 10 deletions

View File

@@ -148,13 +148,13 @@ HARBOUR HB_RUN( void )
ulPos = FindSymbol( pSymRead[ ul ].szName, pDynFunc, ulFuncs );
if( ulPos != SYM_NOT_FOUND )
{
if( FindDynSym( pSymRead[ ul ].szName ) &&
/* if( FindDynSym( pSymRead[ ul ].szName ) &&
!( pSymRead[ ul ].cScope & FS_STATIC ) )
{ /* Exists and NOT static ? */
printf( "\nDuplicate identifier '%s'.",
pSymRead[ ul ].szName );
{ */ /* Exists and NOT static ? */
/* printf( "\nDuplicate identifier '%s' %i.",
pSymRead[ ul ].szName, pSymRead[ul].cScope );
exit( 1 );
}
} */
pSymRead[ ul ].pFunPtr = pDynFunc[ ulPos ].pAsmCall->pFunPtr;
}
else

View File

@@ -148,13 +148,13 @@ HARBOUR HB_RUN( void )
ulPos = FindSymbol( pSymRead[ ul ].szName, pDynFunc, ulFuncs );
if( ulPos != SYM_NOT_FOUND )
{
if( FindDynSym( pSymRead[ ul ].szName ) &&
/* if( FindDynSym( pSymRead[ ul ].szName ) &&
!( pSymRead[ ul ].cScope & FS_STATIC ) )
{ /* Exists and NOT static ? */
printf( "\nDuplicate identifier '%s'.",
pSymRead[ ul ].szName );
{ */ /* Exists and NOT static ? */
/* printf( "\nDuplicate identifier '%s' %i.",
pSymRead[ ul ].szName, pSymRead[ul].cScope );
exit( 1 );
}
} */
pSymRead[ ul ].pFunPtr = pDynFunc[ ulPos ].pAsmCall->pFunPtr;
}
else