Changeset 62 for trunk/Compiler/UAnalyzer.pas
- Timestamp:
- Jul 17, 2012, 10:14:41 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Compiler/UAnalyzer.pas
r44 r62 374 374 // Update cursor position 375 375 Inc(CodePosition.X); 376 if (CurrentChar = LineEnding ) then begin376 if (CurrentChar = LineEnding[1]) then begin 377 377 CodePosition.X := 0; 378 378 Inc(CodePosition.Y);
Note:
See TracChangeset
for help on using the changeset viewer.