Changeset 540 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/src/Compiler.cpp
- Timestamp:
- May 4, 2008, 12:17:40 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/src/Compiler.cpp
r537 r540 239 239 this->SetCompilingUserProc( pUserProc ); 240 240 241 //コンパイルスタートをクラス管理クラスに追加 242 this->GetObjectModule().meta.GetClasses().StartCompile( pUserProc ); 241 if( pUserProc->HasParentClass() ) 242 { 243 // クラスの使用チェック 244 pUserProc->GetParentClass().Using(); 245 } 243 246 244 247 // コンパイル中の関数が属する名前空間
Note:
See TracChangeset
for help on using the changeset viewer.