Changeset 25 for trunk/Compiler/Analyze
- Timestamp:
- Dec 4, 2010, 10:05:05 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/Compiler/Analyze/UAnalyzer.pas (modified) (1 diff)
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.
![(please configure the [header_logo] section in trac.ini)](/Transpascal/chrome/site/your_project_logo.png)