Ignore:
Timestamp:
Aug 1, 2007, 11:19:01 PM (17 years ago)
Author:
dai_9181
Message:

MetaImplを廃止し、Metaにした。
ObjectModuleクラス、Linkerクラスを用意。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/WatchList.cpp

    r206 r256  
    440440        ///////////////////
    441441
    442         const Variable *pVar = compiler.GetMeta().GetGlobalVars().Find( VarName );
     442        const Variable *pVar = compiler.objectModule.meta.GetGlobalVars().Find( VarName );
    443443        if( !pVar ){
    444444            //一致しないとき
Note: See TracChangeset for help on using the changeset viewer.