Debugger() extern symbol requested when compiling using /b

This commit is contained in:
Antonio Linares
1999-08-07 07:28:43 +00:00
parent 1b37a95ab9
commit 6cf08a2d90

View File

@@ -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 ) )