Debugger() extern symbol requested when compiling using /b
This commit is contained in:
@@ -3028,6 +3028,9 @@ void GenExterns( void ) /* generates the symbols for the EXTERN names */
|
||||
{
|
||||
PEXTERN pDelete;
|
||||
|
||||
if( _bDebugInfo )
|
||||
AddExtern( yy_strdup( "DEBUGGER" ) );
|
||||
|
||||
while( pExterns )
|
||||
{
|
||||
if( GetSymbol( pExterns->szName, NULL ) )
|
||||
|
||||
Reference in New Issue
Block a user