Changeset 637 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/Debug.cpp
- Timestamp:
- Jun 11, 2008, 10:10:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/Debug.cpp
r636 r637 121 121 int i3; 122 122 for(i3=0;i3<(int)oldSourceLines.size()-1;i3++){ 123 if(oldSourceLines[i3].GetSourceCodePos ()==tempCp) break;123 if(oldSourceLines[i3].GetSourceCodePosition().GetPos()==tempCp) break; 124 124 } 125 125 if(i3==oldSourceLines.size()-1){
Note:
See TracChangeset
for help on using the changeset viewer.