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/BasicCompiler_Common/VariableOpe.cpp

    r370 r392  
    968968    pVar->SetScopeLevel( compiler.codeGenerator.lexicalScopes.GetNowLevel() );
    969969    pVar->SetScopeStartAddress( compiler.codeGenerator.lexicalScopes.GetStartAddress() );
    970     pVar->bLiving=TRUE;
     970    pVar->isLiving = true;
    971971
    972972    //エラー用
Note: See TracChangeset for help on using the changeset viewer.