Changeset 392 in dev for trunk/abdev/BasicCompiler32/Compile_ProcOp.cpp
- Timestamp:
- Feb 20, 2008, 7:44:27 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler32/Compile_ProcOp.cpp
r370 r392 389 389 pVar->SetScopeLevel( compiler.codeGenerator.lexicalScopes.GetNowLevel() ); 390 390 pVar->SetScopeStartAddress( compiler.codeGenerator.lexicalScopes.GetStartAddress() ); 391 pVar-> bLiving=TRUE;391 pVar->isLiving = true; 392 392 393 393 pUserProc->GetLocalVars().push_back( pVar );
Note:
See TracChangeset
for help on using the changeset viewer.