Changeset 392 in dev for trunk/abdev/BasicCompiler_Common/src/Meta.cpp
- Timestamp:
- Feb 20, 2008, 7:44:27 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/src/Meta.cpp
r288 r392 88 88 if( pVar->GetScopeLevel() == 0 ) 89 89 { 90 pVar-> bLiving = TRUE;90 pVar->isLiving = true; 91 91 } 92 92
Note:
See TracChangeset
for help on using the changeset viewer.