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/gc.cpp

    r485 r508  
    88#include "../compiler_x86/opcode.h"
    99#endif
     10
     11using namespace ActiveBasic::Compiler;
    1012
    1113void InitGCVariables(void){
     
    1921    ///////////////////////////////
    2022
    21     if( compiler.GetObjectModule().meta.GetGlobalVars().Find( Symbol( "_System_gc_StackRoot_StartPtr" ) ) == NULL )
     23    if( compiler.GetObjectModule().meta.GetGlobalVars().Find( LexicalAnalyzer::FullNameToSymbol( "_System_gc_StackRoot_StartPtr" ) ) == NULL )
    2224    {
    2325        // 未定義の場合は定義する
Note: See TracChangeset for help on using the changeset viewer.