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

リンカの依存関係解決モジュールを製作中

File:
1 edited

Legend:

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

    r636 r637  
    121121            int i3;
    122122            for(i3=0;i3<(int)oldSourceLines.size()-1;i3++){
    123                 if(oldSourceLines[i3].GetSourceCodePos()==tempCp) break;
     123                if(oldSourceLines[i3].GetSourceCodePosition().GetPos()==tempCp) break;
    124124            }
    125125            if(i3==oldSourceLines.size()-1){
Note: See TracChangeset for help on using the changeset viewer.