Changeset 508 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/VarList.cpp
- Timestamp:
- Apr 29, 2008, 11:36:37 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/VarList.cpp
r467 r508 7 7 //デバッグ用 8 8 #include "../BasicCompiler_Common/debug.h" 9 10 using namespace ActiveBasic::Compiler; 9 11 10 12 //変数リストのツリーハンドル … … 445 447 //Thisポインタを取得 446 448 LONG_PTR pThis; 447 const Variable *pVar = pUserProc->GetLocalVars().Find( Symbol( "_System_LocalThis" ) );449 const Variable *pVar = pUserProc->GetLocalVars().Find( LexicalAnalyzer::FullNameToSymbol( "_System_LocalThis" ) ); 448 450 if( !pVar ){ 449 451 return;
Note:
See TracChangeset
for help on using the changeset viewer.