From fb3542069111b4f2da3b9eb9ab706f3b7dce6ae9 Mon Sep 17 00:00:00 2001 From: Eddie Runia Date: Wed, 26 May 1999 09:19:14 +0000 Subject: [PATCH] Temp. disabled --- harbour/source/runner/runner.c | 10 +++++----- harbour/tests/working/runner.c | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/harbour/source/runner/runner.c b/harbour/source/runner/runner.c index 574f758054..69d155409a 100644 --- a/harbour/source/runner/runner.c +++ b/harbour/source/runner/runner.c @@ -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 diff --git a/harbour/tests/working/runner.c b/harbour/tests/working/runner.c index 574f758054..69d155409a 100644 --- a/harbour/tests/working/runner.c +++ b/harbour/tests/working/runner.c @@ -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