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/BasicCompiler64/Compile_ProcOp.cpp

    r370 r392  
    344344        pVar->SetScopeLevel( compiler.codeGenerator.lexicalScopes.GetNowLevel() );
    345345        pVar->SetScopeStartAddress( compiler.codeGenerator.lexicalScopes.GetStartAddress() );
    346         pVar->bLiving=TRUE;
     346        pVar->isLiving = true;
    347347
    348348        pUserProc->GetLocalVars().push_back( pVar );
Note: See TracChangeset for help on using the changeset viewer.