Changeset 636 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/Compile.cpp
- Timestamp:
- Jun 10, 2008, 11:40:17 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/Compile.cpp
r632 r636 18 18 //デバッグ用行番号情報 19 19 SourceLines oldSourceLines; 20 21 // オブジェクトモジュールリストに類似したソースコードリスト 22 BasicSources sourcesLinkRelationalObjectModule; 20 23 21 24 … … 744 747 } 745 748 746 compiler.codeGenerator.NextSourceLine( compiler.Get ObjectModule().GetCurrentSourceIndex() );749 compiler.codeGenerator.NextSourceLine( compiler.GetCurrentRelationalObjectModuleIndexForSource() ); 747 750 748 751 if(Command[0]==1){
Note:
See TracChangeset
for help on using the changeset viewer.