Changeset 283 in dev for trunk/abdev/BasicCompiler_Common/src/Meta.cpp
- Timestamp:
- Aug 15, 2007, 3:22:56 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/src/Meta.cpp
r280 r283 84 84 BOOST_FOREACH( Variable *pVar, meta.globalVars ) 85 85 { 86 // 基底スコープレベルのグローバル変数の生存値をオンにする 87 if( pVar->GetScopeLevel() == 0 ) 88 { 89 pVar->bLiving = TRUE; 90 } 91 86 92 pVar->isTargetObjectModule = false; 87 93 this->globalVars.Add( pVar );
Note:
See TracChangeset
for help on using the changeset viewer.