Changeset 637 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/BreakPoint.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/BreakPoint.cpp
r636 r637 104 104 int i3; 105 105 for(i3=0;i3<(int)oldSourceLines.size()-1;i3++){ 106 if(oldSourceLines[i3].GetSourceCodePos ()==tempCp) break;106 if(oldSourceLines[i3].GetSourceCodePosition().GetPos()==tempCp) break; 107 107 } 108 108 if(i3==oldSourceLines.size()-1){
Note:
See TracChangeset
for help on using the changeset viewer.