Changeset 537 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/WatchList.cpp
- Timestamp:
- May 3, 2008, 6:58:38 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/WatchList.cpp
r536 r537 351 351 // ローカル変数 352 352 ///////////////// 353 if( UserProc::IsLocalAreaCompiling() ){354 const Variable *pVar = UserProc::CompilingUserProc().GetLocalVars().Find( LexicalAnalyzer::FullNameToSymbol( VarName ) );353 if( compiler.IsLocalAreaCompiling() ){ 354 const Variable *pVar = compiler.GetCompilingUserProc().GetLocalVars().Find( LexicalAnalyzer::FullNameToSymbol( VarName ) ); 355 355 356 356 if( pVar ){
Note:
See TracChangeset
for help on using the changeset viewer.