Ignore:
Timestamp:
Apr 29, 2008, 11:36:37 AM (16 years ago)
Author:
dai_9181
Message:

Symbolコンストラクタを少なくし、LexicalAnalyzer::FullNameToSymbolメソッドを実装。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/BasicCompiler_Common/VarList.cpp

    r467 r508  
    77//デバッグ用
    88#include "../BasicCompiler_Common/debug.h"
     9
     10using namespace ActiveBasic::Compiler;
    911
    1012//変数リストのツリーハンドル
     
    445447    //Thisポインタを取得
    446448    LONG_PTR pThis;
    447     const Variable *pVar = pUserProc->GetLocalVars().Find( Symbol( "_System_LocalThis" ) );
     449    const Variable *pVar = pUserProc->GetLocalVars().Find( LexicalAnalyzer::FullNameToSymbol( "_System_LocalThis" ) );
    448450    if( !pVar ){
    449451        return;
Note: See TracChangeset for help on using the changeset viewer.