Ignore:
Timestamp:
Feb 20, 2008, 7:44:27 PM (16 years ago)
Author:
dai_9181
Message:

BOOL bLiving → bool isLiving

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler32/Compile_ProcOp.cpp

    r370 r392  
    389389        pVar->SetScopeLevel( compiler.codeGenerator.lexicalScopes.GetNowLevel() );
    390390        pVar->SetScopeStartAddress( compiler.codeGenerator.lexicalScopes.GetStartAddress() );
    391         pVar->bLiving=TRUE;
     391        pVar->isLiving = true;
    392392
    393393        pUserProc->GetLocalVars().push_back( pVar );
Note: See TracChangeset for help on using the changeset viewer.