Ignore:
Timestamp:
Jun 10, 2008, 11:40:17 PM (16 years ago)
Author:
dai_9181
Message:

libファイルを跨ったテンプレート展開に対応。

File:
1 edited

Legend:

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

    r632 r636  
    1818//デバッグ用行番号情報
    1919SourceLines oldSourceLines;
     20
     21// オブジェクトモジュールリストに類似したソースコードリスト
     22BasicSources sourcesLinkRelationalObjectModule;
    2023
    2124
     
    744747            }
    745748
    746             compiler.codeGenerator.NextSourceLine( compiler.GetObjectModule().GetCurrentSourceIndex() );
     749            compiler.codeGenerator.NextSourceLine( compiler.GetCurrentRelationalObjectModuleIndexForSource() );
    747750
    748751            if(Command[0]==1){
Note: See TracChangeset for help on using the changeset viewer.