Changeset 355 in dev for trunk/abdev/BasicCompiler_Common/Subroutine.cpp
- Timestamp:
- Nov 2, 2007, 2:53:56 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/Subroutine.cpp
r353 r355 513 513 pSubStaticMethod_System_TypeBase_InitializeUserTypes->CompleteCompile(); 514 514 515 //_System_TypeBase_InitializeUserTypesForBaseTypeは一番最後にコンパイル 516 extern const UserProc *pSubStaticMethod_System_TypeBase_InitializeUserTypesForBaseType; 517 pSubStaticMethod_System_TypeBase_InitializeUserTypesForBaseType->CompleteCompile(); 518 515 519 //_System_InitStaticLocalVariablesは一番最後にコンパイル 516 520 //※一般関数内の静的変数オブジェクトをすべて収集しなければならない … … 544 548 pSubStaticMethod_System_TypeBase_InitializeUserTypes->KillCompileStatus(); 545 549 CompileBufferInProcedure( *pSubStaticMethod_System_TypeBase_InitializeUserTypes ); 550 551 //_System_TypeBase_InitializeUserTypesForBaseTypeは最後のほうでコンパイル 552 pSubStaticMethod_System_TypeBase_InitializeUserTypesForBaseType->KillCompileStatus(); 553 CompileBufferInProcedure( *pSubStaticMethod_System_TypeBase_InitializeUserTypesForBaseType ); 546 554 547 555 if( IsNeedProcCompile() ){
Note:
See TracChangeset
for help on using the changeset viewer.