Changeset 25 for trunk/Compiler/Analyze/UAnalyzer.pas
- Timestamp:
- Dec 4, 2010, 10:05:05 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Compiler/Analyze/UAnalyzer.pas
r20 r25 392 392 // Update cursor position 393 393 Inc(CodePosition.X); 394 if (CurrentChar = LineEnding [1]) then begin394 if (CurrentChar = LineEnding) then begin 395 395 CodePosition.X := 0; 396 396 Inc(CodePosition.Y);
Note:
See TracChangeset
for help on using the changeset viewer.